# HG changeset patch # User Richard M. Stallman # Date 988245071 0 # Node ID d7bf0f33e4022ae9f5f9681ab303677d83a78a80 # Parent 12064cf8f86fb1821e82a410db4983c35046565c Add @need before Deletion node. Don't try to draw a left arrow with @key{<-}. diff -r 12064cf8f86f -r d7bf0f33e402 man/killing.texi --- a/man/killing.texi Thu Apr 26 00:30:15 2001 +0000 +++ b/man/killing.texi Thu Apr 26 00:31:11 2001 +0000 @@ -72,9 +72,9 @@ syntactic units such as words and sentences. @end menu +@need 1500 @node Deletion @subsection Deletion -@c ??? Should be backward-delete-char @findex delete-backward-char @findex delete-char @@ -87,8 +87,7 @@ @item @key{DEL} @itemx @key{BS} Delete previous character (@code{delete-backward-char}). Some keyboards -refer to this key as a ``backspace key'' and label it with a left arrow: -@key{<-}. +refer to this key as a ``backspace key'' and label it with a left arrow. @item M-\ Delete spaces and tabs around point (@code{delete-horizontal-space}). @item M-@key{SPC}