]> git.eshelyaron.com Git - emacs.git/commitdiff
Add @need before Deletion node.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Apr 2001 00:31:11 +0000 (00:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Apr 2001 00:31:11 +0000 (00:31 +0000)
Don't try to draw a left arrow with @key{<-}.

man/killing.texi

index 5ade2f214fafb25bf3aa34a5260176d6de1fa79d..5a20038db9a3bf5e0de72977a4d2ec0652cfa00b 100644 (file)
@@ -72,9 +72,9 @@ mode (@pxref{Transient Mark}).
                           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 @@ binds it to @code{delete-char} as well.
 @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}