From 76ac1add61cb26f39ad8cd299f68f1bb2d2798c9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 10 Nov 2013 23:15:51 -0500 Subject: `ui.clipboard_text` is no longer read-only. --- core/ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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. -- cgit v1.2.3