diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ui.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ui.lua b/core/ui.lua index 201ed1ea..8c9db70e 100644 --- a/core/ui.lua +++ b/core/ui.lua @@ -11,7 +11,7 @@ local ui = ui -- The buffer's context menu, a [`ui.menu()`](#menu). -- This is a low-level field. You probably want to use the higher-level -- `textadept.menu.set_contextmenu()`. --- @field clipboard_text (string, Read-only) +-- @field clipboard_text (string) -- The text on the clipboard. -- @field statusbar_text (string, Write-only) -- The text displayed in the statusbar. |