@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
@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)