diff options
author | 2020-02-26 11:17:28 -0500 | |
---|---|---|
committer | 2020-02-26 11:17:28 -0500 | |
commit | a291022fbd9dbc749508917dfa10f40ad0323436 (patch) | |
tree | 9f416f97c34af75663872cbe975ec874ebcf0ae6 /core/.ui.dialogs.luadoc | |
parent | 3fe371c20fbb9fd90a9c98d1d0616c87d862beed (diff) | |
download | textadept-a291022fbd9dbc749508917dfa10f40ad0323436.tar.gz textadept-a291022fbd9dbc749508917dfa10f40ad0323436.zip |
Fixed some documentation.
Diffstat (limited to 'core/.ui.dialogs.luadoc')
-rw-r--r-- | core/.ui.dialogs.luadoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index d8592864..0a6579d1 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -507,9 +507,9 @@ function colorselect(options) end -- -- * `title`: The dialog's title text. -- * `text`: The font preview text. --- * `font-name`: The initially selected font name. --- * `font-size`: The initially selected font size. The default value is `12`. --- * `font-style`: The initially selected font style. The available options +-- * `font_name`: The initially selected font name. +-- * `font_size`: The initially selected font size. The default value is `12`. +-- * `font_style`: The initially selected font style. The available options -- are `"regular"`, `"bold"`, `"italic"`, and `"bold italic"`. The default -- value is `"regular"`. -- * `float`: Show the dialog on top of all desktop windows. The default value |