aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-13 13:43:36 +0800
committerGravatar David Adam (zanchey) <zanchey@ucc.gu.uwa.edu.au>2013-09-13 13:43:36 +0800
commit1565f9d9c3bf5957edf7cb2665f978b34a0c6054 (patch)
tree6e4eb7fa2a9d60a2a0f958ba920cfff23cbac93f
parentb56542a9f195358b1ac33716bde0d731b8e70871 (diff)
fix typo introduced in b56542a9f
-rw-r--r--doc_src/bind.txt2
-rw-r--r--doc_src/index.hdr.in2
2 files changed, 2 insertions, 2 deletions
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 <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.