summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 1d4444b13..3ea8c2699 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -3340,7 +3340,7 @@ COMMAND_CALLBACK(input)
gui_input_history_global_next (buffer);
else if (string_strcasecmp (argv[1], "jump_smart") == 0)
gui_input_jump_smart (buffer);
- /* not used any more in WeeChat >= 1.0 (replaced by "/buffer ++") */
+ /* not used any more in WeeChat >= 1.0 (replaced by "/buffer +") */
else if (string_strcasecmp (argv[1], "jump_last_buffer") == 0)
(void) input_data (buffer, "/buffer +", NULL);
else if (string_strcasecmp (argv[1], "jump_last_buffer_displayed") == 0)