Update doc with minor stuff, on first reading.
authorJohn Gilmore <gnu@cygnus>
Thu, 27 Sep 1990 12:16:55 +0000 (12:16 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 27 Sep 1990 12:16:55 +0000 (12:16 +0000)
readline/inc-readline.texinfo

index 91c7884e8dee504e0702777a67453a696622ed39..569fda873cb12f3c5f04804fd85fe1c90de1540e 100755 (executable)
@@ -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)