aboutsummaryrefslogtreecommitdiff
path: root/core/gui.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/gui.lua')
-rw-r--r--core/gui.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua
index fbf84d89..e8159b59 100644
--- a/core/gui.lua
+++ b/core/gui.lua
@@ -406,7 +406,7 @@ end)
connect(events.ERROR, function(...) gui._print(L('[Error Buffer]'), ...) end)
--- The functions below are Lua C functions.
+--[[ The functions below are Lua C functions.
---
-- Displays a gcocoadialog of a specified type with the given string arguments.
@@ -456,3 +456,4 @@ local goto_view
-- @class function
-- @name gtkmenu
local gtkmenu
+]]