From e37f2569f968fa39cd260ccf8a29abc87a17b4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 14 Mar 2021 11:36:07 +0100 Subject: [PATCH] core: mention /fset command in header comment of configuration files --- src/core/wee-config-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index ca6b59768..250e5a014 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -2426,7 +2426,7 @@ config_file_write_internal (struct t_config_file *config_file, "# WARNING: It is NOT recommended to edit this file by hand,\n" "# especially if WeeChat is running.\n" "#\n" - "# Use /set or similar command to change settings in WeeChat.\n" + "# Use commands like /set or /fset to change settings in WeeChat.\n" "#\n" "# For more info, see: https://weechat.org/doc/quickstart\n" "#\n",