diff options
| author | Richard M. Stallman | 2001-04-26 00:31:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-04-26 00:31:11 +0000 |
| commit | c46cabfaf959e57c226701e2cd025b7439df2a8f (patch) | |
| tree | a3e92bba699a09ebd27400738c78e3e47bd77fc0 | |
| parent | 0073fd652ef415464546ffd4e2e8944c12cf839c (diff) | |
| download | emacs-c46cabfaf959e57c226701e2cd025b7439df2a8f.tar.gz emacs-c46cabfaf959e57c226701e2cd025b7439df2a8f.zip | |
Add @need before Deletion node.
Don't try to draw a left arrow with @key{<-}.
| -rw-r--r-- | man/killing.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/killing.texi b/man/killing.texi index 5ade2f214fa..5a20038db9a 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -72,9 +72,9 @@ mode (@pxref{Transient Mark}). | |||
| 72 | syntactic units such as words and sentences. | 72 | syntactic units such as words and sentences. |
| 73 | @end menu | 73 | @end menu |
| 74 | 74 | ||
| 75 | @need 1500 | ||
| 75 | @node Deletion | 76 | @node Deletion |
| 76 | @subsection Deletion | 77 | @subsection Deletion |
| 77 | @c ??? Should be backward-delete-char | ||
| 78 | @findex delete-backward-char | 78 | @findex delete-backward-char |
| 79 | @findex delete-char | 79 | @findex delete-char |
| 80 | 80 | ||
| @@ -87,8 +87,7 @@ binds it to @code{delete-char} as well. | |||
| 87 | @item @key{DEL} | 87 | @item @key{DEL} |
| 88 | @itemx @key{BS} | 88 | @itemx @key{BS} |
| 89 | Delete previous character (@code{delete-backward-char}). Some keyboards | 89 | Delete previous character (@code{delete-backward-char}). Some keyboards |
| 90 | refer to this key as a ``backspace key'' and label it with a left arrow: | 90 | refer to this key as a ``backspace key'' and label it with a left arrow. |
| 91 | @key{<-}. | ||
| 92 | @item M-\ | 91 | @item M-\ |
| 93 | Delete spaces and tabs around point (@code{delete-horizontal-space}). | 92 | Delete spaces and tabs around point (@code{delete-horizontal-space}). |
| 94 | @item M-@key{SPC} | 93 | @item M-@key{SPC} |