aboutsummaryrefslogtreecommitdiff
path: root/core/ui.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2015-01-22 16:16:31 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2015-01-22 16:16:31 -0500
commit2eef170741c3ddcc4528b26b6f08750f00149bad (patch)
treef9fa1cc9591dad377ccda137211deef13324b31a /core/ui.lua
parent3f75097ce48896a583fdce6df819135b98e1585f (diff)
downloadtextadept-2eef170741c3ddcc4528b26b6f08750f00149bad.tar.gz
textadept-2eef170741c3ddcc4528b26b6f08750f00149bad.zip
Small code and documentation cleanup.
Diffstat (limited to 'core/ui.lua')
-rw-r--r--core/ui.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ui.lua b/core/ui.lua
index 6b6e91fc..efaa13f9 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -462,7 +462,7 @@ events_connect(events.ERROR, ui.print)
--[[ The tables below were defined in C.
---
--- A table of menus defining a menubar.
+-- A table of menus defining a menubar. (Write-only).
-- This is a low-level field. You probably want to use the higher-level
-- `textadept.menu.menubar`.
-- @see textadept.menu.menubar