diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 10:44:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-09-17 10:44:21 +0200 |
commit | a99fc17d400b9931bdcbc49c53ab7ea4501a2306 (patch) | |
tree | 330f1f22f286343b0daee41781249b5c7e04b797 /doc/en/includes/autogen_user_commands.en.adoc | |
parent | 2b2ba62600562d93f974bf7d0bd9db3b804ee22b (diff) | |
download | weechat-a99fc17d400b9931bdcbc49c53ab7ea4501a2306.zip |
spell: allow special dict value "-" to disable spell checking on a specific buffer (closes #1699)
Diffstat (limited to 'doc/en/includes/autogen_user_commands.en.adoc')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index da8017e48..ec2d4b99f 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -3063,7 +3063,7 @@ Examples: ---- /spell enable|disable|toggle listdict - setdict <dict>[,<dict>...] + setdict -|<dict>[,<dict>...] deldict addword [<dict>] <word> @@ -3071,7 +3071,7 @@ Examples: disable: disable spell checker toggle: toggle spell checker listdict: show installed dictionaries - setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma) + setdict: set dictionary for current buffer (multiple dictionaries can be separated by a comma, the special value "-" disables spell checking on current buffer) deldict: delete dictionary used on current buffer addword: add a word in personal dictionary |