diff options
author | John Gilmore <gnu@cygnus> | 1990-09-27 12:16:55 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1990-09-27 12:16:55 +0000 |
commit | ab7d02afaa2ebc71cd3f2f02f3bb91f19bb61840 (patch) | |
tree | f2148065f30f568173a15aac7fad79ab980328fd /readline/inc-readline.texinfo | |
parent | 302602b10c30b0e5d6835a05df500006077b9087 (diff) | |
download | gdb-ab7d02afaa2ebc71cd3f2f02f3bb91f19bb61840.zip gdb-ab7d02afaa2ebc71cd3f2f02f3bb91f19bb61840.tar.gz gdb-ab7d02afaa2ebc71cd3f2f02f3bb91f19bb61840.tar.bz2 |
Update doc with minor stuff, on first reading.
Diffstat (limited to 'readline/inc-readline.texinfo')
-rwxr-xr-x | readline/inc-readline.texinfo | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/readline/inc-readline.texinfo b/readline/inc-readline.texinfo index 91c7884..569fda8 100755 --- a/readline/inc-readline.texinfo +++ b/readline/inc-readline.texinfo @@ -156,10 +156,6 @@ operate on characters while meta keystrokes operate on words. @node Readline Killing Commands, Readline Arguments, Readline Movement Commands, Readline Interaction @subsection Readline Killing Commands -The act of @dfn{cutting} text means to delete the text from the line, and -to save away the deleted text for later use, just as if you had cut the -text out of the line with a pair of scissors. There is a - @dfn{Killing} text means to delete the text from the line, but to save it away for later use, usually by @dfn{yanking} it back into the line. If the description for a command says that it `kills' text, then you can @@ -316,7 +312,7 @@ Clear the screen leaving the current line at the top of the screen. @table @code @item accept-line (Newline, Return) Accept the line regardless of where the cursor is. If this line is -non-empty, add it too the history list. If this line was a history +non-empty, add it to the history list. If this line was a history line, then restore the history line to its original state. @item previous-history (C-p) |