changeset 37486:d7bf0f33e402

Add @need before Deletion node. Don't try to draw a left arrow with @key{<-}.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Apr 2001 00:31:11 +0000
parents 12064cf8f86f
children ed8e6a4af6ef
files man/killing.texi
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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}