1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-19 04:21:45 -07:00

Add @need before Deletion node.

Don't try to draw a left arrow with @key{<-}.
This commit is contained in:
Richard M. Stallman 2001-04-26 00:31:11 +00:00
parent 0073fd652e
commit c46cabfaf9

View 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}