diff options
author | 2020-10-02 15:57:44 -0400 | |
---|---|---|
committer | 2020-10-02 15:57:44 -0400 | |
commit | fbdab8f56e606d28f74d26bc729c8f835aed23db (patch) | |
tree | a0f95afb6b175059bb58dad884d172affcb9b200 /core/.ui.dialogs.luadoc | |
parent | 19ab592c17cb5c0fbf16de34ffba25d2f95f7cc4 (diff) | |
download | textadept-fbdab8f56e606d28f74d26bc729c8f835aed23db.tar.gz textadept-fbdab8f56e606d28f74d26bc729c8f835aed23db.zip |
Command entry also considers contents of `textadept` as globals.
Include buffer/view constants as well, which should have been there anyway.
Diffstat (limited to 'core/.ui.dialogs.luadoc')
-rw-r--r-- | core/.ui.dialogs.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index c1f113ea..3b13b8cb 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -518,7 +518,7 @@ function optionselect(options) end -- or as strings in "#RRGGBB" format. If `true` (no list was given), a -- default palette is shown. -- * `string_output`: Return the selected color in string "#RRGGBB" format --- instead of numeric "0xBBGGRR" format. The default value is `false`. +-- instead of as a number. The default value is `false`. -- * `float`: Show the dialog on top of all desktop windows. The default value -- is `false`. -- @return selected color |