diff options
author | Roland Pesch <pesch@cygnus> | 1993-06-16 19:08:14 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1993-06-16 19:08:14 +0000 |
commit | 5736b2863f00378ee86c69de194c5329d1a8578a (patch) | |
tree | aef34409aaf782ef928acbb3c5f8bc1ac2c73071 /readline | |
parent | d55320a07b71fcf757f174f3fc2cf2ca10b4e611 (diff) | |
download | gdb-5736b2863f00378ee86c69de194c5329d1a8578a.zip gdb-5736b2863f00378ee86c69de194c5329d1a8578a.tar.gz gdb-5736b2863f00378ee86c69de194c5329d1a8578a.tar.bz2 |
Clarifications based on Ian Taylor review of manual for FSF.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/doc/rluser.texinfo | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/readline/doc/rluser.texinfo b/readline/doc/rluser.texinfo index 6b12480..67fe64e 100644 --- a/readline/doc/rluser.texinfo +++ b/readline/doc/rluser.texinfo @@ -430,16 +430,16 @@ Drag the word behind the cursor past the word in front of the cursor moving the cursor over that word as well. @item upcase-word (@key{M-u}) -Uppercase the current (or following) word. With a negative argument, -do the previous word, but do not move point. +Uppercase all letters in the current (or following) word. With a +negative argument, do the previous word, but do not move point. @item downcase-word (@key{M-l}) -Lowercase the current (or following) word. With a negative argument, -do the previous word, but do not move point. +Lowercase all letters in the current (or following) word. With a +negative argument, do the previous word, but do not move point. @item capitalize-word (@key{M-c}) -Uppercase the current (or following) word. With a negative argument, -do the previous word, but do not move point. +Uppercase the first letter in the current (or following) word. With a +negative argument, do the previous word, but do not move point. @end ftable @@ -516,10 +516,15 @@ Read in the contents of your @file{~/.inputrc} file, and incorporate any bindings found there. @item abort (@key{C-g}) -Ding! Stops things. +Stop running the current editing command. +@ignore +@c I have no idea what this means, and can't figure it out by +@c experiment, and can't find it in the readline source. +@c pesch@cygnus.com, 20may1993. @item do-uppercase-version (@key{M-a}, @key{M-b}, ...) Run the command that is bound to your uppercase brother. +@end ignore @item prefix-meta (ESC) Make the next character that you type be metafied. This is for people |