Add translation for main menu
[oweals/minetest.git] / doc / lua_api.txt
index e4e9985ac2747decd368f867009583c2326bec35..bd465bbed3c02a9ae922083042c0e9c50b919d1f 100644 (file)
@@ -1068,8 +1068,7 @@ minetest.pos_to_string({x=X,y=Y,z=Z}) -> "(X,Y,Z)"
 ^ Convert position to a printable string
 minetest.string_to_pos(string) -> position
 ^ Same but in reverse
-minetest.formspec_escape(string) -> string
-^ escapes characters like [, ], and \ that can not be used in formspecs
+^ escapes characters [ ] \ , ;  that can not be used in formspecs
 
 minetest namespace reference
 -----------------------------