From ab7d02afaa2ebc71cd3f2f02f3bb91f19bb61840 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 27 Sep 1990 12:16:55 +0000 Subject: [PATCH] Update doc with minor stuff, on first reading. --- readline/inc-readline.texinfo | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readline/inc-readline.texinfo b/readline/inc-readline.texinfo index 91c7884e8de..569fda873cb 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) -- 2.30.2