From e665e75e778d59c1ff8d55bd435f6ec3d7b3e2a3 Mon Sep 17 00:00:00 2001 From: red-001 Date: Tue, 6 Jun 2017 16:02:44 +0100 Subject: Fix typos/mistakes in the documentation for colour related functions. (#5936) --- doc/lua_api.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index ae8263c6c..f3d3b1bca 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2060,15 +2060,15 @@ The following functions provide escape sequences: `minetest.get_color_escape_sequence(color) .. message .. minetest.get_color_escape_sequence("#ffffff")` -* `color.get_background_escape_sequence(color)` +* `minetest.get_background_escape_sequence(color)` * `color` is a ColorString * The escape sequence sets the background of the whole text element to `color`. Only defined for item descriptions and tooltips. -* `color.strip_foreground_colors(str)` +* `minetest.strip_foreground_colors(str)` * Removes foreground colors added by `get_color_escape_sequence`. -* `color.strip_background_colors(str)` +* `minetest.strip_background_colors(str)` * Removes background colors added by `get_background_escape_sequence`. -* `color.strip_colors(str)` +* `minetest.strip_colors(str)` * Removes all color escape sequences. Spatial Vectors -- cgit v1.2.3