diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-30 23:27:25 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-30 23:27:25 +0100 |
commit | 7ad4f7b29c08c44e191030be0a93b3856b6226d9 (patch) | |
tree | 82f9875fe86af614a4d301ab3619ab75cc89edf4 /src/core | |
parent | e78d96686c6146d969d96431cdd117da945072e5 (diff) | |
download | weechat-7ad4f7b29c08c44e191030be0a93b3856b6226d9.zip |
core: update description of function hook_command_display_error_unknown
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hook/wee-hook-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hook/wee-hook-command.c b/src/core/hook/wee-hook-command.c index 55bc68a24..0cdaf202a 100644 --- a/src/core/hook/wee-hook-command.c +++ b/src/core/hook/wee-hook-command.c @@ -663,8 +663,8 @@ hook_command_build_list_similar_commands (const char *command) } /* - * Displays similar command when an unknown command has been used, to help - * the user. + * Displays an error on unknown command, with a list of existing similar + * command names. */ void |