diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-27 20:39:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-27 20:39:39 +0200 |
commit | 6ebf3fba45611d5a7a5f54f3ef81923f0f8e0673 (patch) | |
tree | b1696d1d424f17938794f697e591f62cbc2f9001 /doc/en | |
parent | ddf7be769a4527be7eee716164e0be12397c7a3e (diff) | |
download | weechat-6ebf3fba45611d5a7a5f54f3ef81923f0f8e0673.zip |
irc: add help on values for option irc.look.nick_completion_smart
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index f12df01a0..f59bb6c72 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -234,7 +234,7 @@ ** values: any string (default value: `"_|["`) * [[option_irc.look.nick_completion_smart]] *irc.look.nick_completion_smart* -** description: `smart completion for nicks (completes first with last speakers)` +** description: `smart completion for nicks (completes first with last speakers): speakers = all speakers (including highlights), speakers_highlights = only speakers with highlight` ** type: integer ** values: off, speakers, speakers_highlights (default value: `speakers`) |