aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-17 23:56:45 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-17 23:56:45 -0400
commitb291fc4dc760ad90749a0692458e601b05906768 (patch)
tree954693826d19df6def77da9e3855b0ab69642b91 /core
parent7ed4ddf2301dca386a363087dc3f091731efb67d (diff)
downloadtextadept-b291fc4dc760ad90749a0692458e601b05906768.tar.gz
textadept-b291fc4dc760ad90749a0692458e601b05906768.zip
Do not allow gui.statusbar_text to be set to nil.
Diffstat (limited to 'core')
-rw-r--r--core/.gui.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.gui.luadoc b/core/.gui.luadoc
index 9173b6e2..9e2d5ddf 100644
--- a/core/.gui.luadoc
+++ b/core/.gui.luadoc
@@ -14,7 +14,7 @@ module('gui')
-- * `menubar`: A table of GTK menus defining a menubar (write-only).
-- * `context_menu`: A GTK menu defining the editor's context menu.
-- * `clipboard_text`: The text on the clipboard (read-only).
--- * `statusbar_text`: The text displayed by the statusbar (write-only).
+-- * `statusbar_text`: The text displayed by the statusbar.
-- * `docstatusbar_text`: The text displayed by the doc statusbar (write-only).
-- * `size`: The size of the Textadept window (`{ width, height}`).