fix typo introduced in b56542a9f

Thanks to @siteshwar for spotting.

b56542a9f1 (commitcomment-4083982)
b56542a9f1 (commitcomment-4083982)
This commit is contained in:
David Adam (zanchey) 2013-09-13 13:43:36 +08:00
parent b56542a9f1
commit 1565f9d9c3
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ The following special input functions are available:
- \c complete, guess the remainder of the current token
- \c delete-char, delete one character to the right of the cursor
- \c delete-line, delete the entire line
- \c downcase-word, make the current work lowercase
- \c downcase-word, make the current word lowercase
- \c dump-functions, print a list of all key-bindings
- \c end-of-history, move to the end of the history
- \c end-of-line, move to the end of the line

View file

@ -1121,7 +1121,7 @@ Here are some of the commands available in the editor:
- Alt-L lists the contents of the current directory, unless the cursor is over a directory argument, in which case the contents of that directory will be listed.
- Alt-P adds the string <code>'| less;'</code> to the end of the job under the cursor. The result is that the output of the command will be paged.
- Alt-C capitalizes the current word.
- Alt-U makes the current work uppercase.
- Alt-U makes the current word uppercase.
You can change these key bindings using the
<a href="commands.html#bind">bind</a> builtin command.