aboutsummaryrefslogtreecommitdiff
path: root/core/.gui.luadoc
diff options
context:
space:
mode:
Diffstat (limited to 'core/.gui.luadoc')
-rw-r--r--core/.gui.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.gui.luadoc b/core/.gui.luadoc
index eecc6c1d..9173b6e2 100644
--- a/core/.gui.luadoc
+++ b/core/.gui.luadoc
@@ -62,8 +62,8 @@ function check_focused_buffer(buffer) end
-- buffer, and prints to it.
-- @param buffer_type String type of message buffer.
-- @param ... Message strings.
--- @usage gui._print(locale.ERROR_BUFFER, error_message)
--- @usage gui._print(locale.MESSAGE_BUFFER, message)
+-- @usage gui._print(L('[Error Buffer]'), error_message)
+-- @usage gui._print(L('[Message Buffer]'), message)
function _print(buffer_type, ...) end
---