diff options
-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 |