diff options
author | Roland Pesch <pesch@cygnus> | 1992-02-16 01:46:59 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1992-02-16 01:46:59 +0000 |
commit | e62b9411b5dd1ec7c41f586547628295e6546b39 (patch) | |
tree | 36ab5ddf68d6fa763d1c4986ae6f4965d5defb9e /readline/doc | |
parent | 195758fa2a1b9702e042b7846a891f7b1f92e936 (diff) | |
download | gdb-e62b9411b5dd1ec7c41f586547628295e6546b39.zip gdb-e62b9411b5dd1ec7c41f586547628295e6546b39.tar.gz gdb-e62b9411b5dd1ec7c41f586547628295e6546b39.tar.bz2 |
Two typos fixed, spotted by Jim Irwin of WRS
Diffstat (limited to 'readline/doc')
-rw-r--r-- | readline/doc/rluser.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo index c6aa4da..8549947 100644 --- a/readline/doc/rluser.texinfo +++ b/readline/doc/rluser.texinfo @@ -177,7 +177,8 @@ Kill from the cursor to the end of the current word, or if between words, to the end of the next word. @item M-DEL -Kill fromthe cursor the start of the previous word, or if between words, to the start of the previous word. +Kill from the cursor to the start of the previous word, or if between +words, to the start of the previous word. @item C-w Kill from the cursor to the previous whitespace. This is different than |