From 1565f9d9c3bf5957edf7cb2665f978b34a0c6054 Mon Sep 17 00:00:00 2001 From: "David Adam (zanchey)" Date: Fri, 13 Sep 2013 13:43:36 +0800 Subject: fix typo introduced in b56542a9f Thanks to @siteshwar for spotting. https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982 https://github.com/fish-shell/fish-shell/commit/b56542a9f195358b1ac33716bde0d731b8e70871#commitcomment-4083982 --- doc_src/bind.txt | 2 +- doc_src/index.hdr.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc_src') diff --git a/doc_src/bind.txt b/doc_src/bind.txt index 08809878..8c7004d0 100644 --- a/doc_src/bind.txt +++ b/doc_src/bind.txt @@ -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 diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 1347b37d..5886340d 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -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 '| less;' 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 bind builtin command. -- cgit v1.2.3