diff options
author | 2012-06-06 21:15:25 -0400 | |
---|---|---|
committer | 2012-06-06 21:15:25 -0400 | |
commit | 0ba47873ec725db8f4ba83bac2c33664ea8fd8c1 (patch) | |
tree | 90f8f9d5026b43c7d1eab01c611689d0fba1697f /core/gui.lua | |
parent | 2d95903f2e519bca81a4f66ca2865e66d458a1c4 (diff) | |
download | textadept-0ba47873ec725db8f4ba83bac2c33664ea8fd8c1.tar.gz textadept-0ba47873ec725db8f4ba83bac2c33664ea8fd8c1.zip |
`gui.statusbar_text` is write-only again.
Diffstat (limited to 'core/gui.lua')
-rw-r--r-- | core/gui.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/gui.lua b/core/gui.lua index a81877b0..8eaa80ed 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -10,7 +10,7 @@ local gui = gui -- A GTK menu defining the editor's context menu. -- @field clipboard_text (string, Read-only) -- The text on the clipboard. --- @field statusbar_text (string) +-- @field statusbar_text (string, Write-only) -- The text displayed by the statusbar. -- @field docstatusbar_text (string, Write-only) -- The text displayed by the doc statusbar. |