mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 12:56:37 +02:00
core: remove mention to list of keys being displayed without arguments in /help key
Now when fset plugin is loaded, the keys are displayed in fset buffer. In core commands like /set or /key, the fset plugin is not mentioned as WeeChat can run without it.
This commit is contained in:
@@ -8327,8 +8327,7 @@ command_init ()
|
||||
" || resetctxt <context> <key>"
|
||||
" || resetall -yes [<context>]"
|
||||
" || missing [<context>]"),
|
||||
N_(" list: list all current keys (without argument, this list is "
|
||||
"displayed)\n"
|
||||
N_(" list: list all current keys\n"
|
||||
"listdefault: list default keys\n"
|
||||
" listdiff: list differences between current and default keys "
|
||||
"(keys added, redefined or deleted)\n"
|
||||
|
||||
Reference in New Issue
Block a user