diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index ab43e2c2f..272fe3d97 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8367,10 +8367,10 @@ command_init () " delete_beginning_of_line: delete from beginning of line until " "cursor\n" " delete_beginning_of_input: delete from beginning of input until " - " delete_end_of_line: delete from cursor until end of line\n" "cursor\n" + " delete_end_of_line: delete from cursor until end of line\n" " delete_end_of_input: delete from cursor until end of input\n" - " delete_line: delete entire line\n" + " delete_line: delete current line\n" " delete_input: delete entire input\n" " clipboard_paste: paste from the internal clipboard\n" " transpose_chars: transpose two chars\n" |