diff options
| author | Eli Zaretskii | 2001-03-11 17:55:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-03-11 17:55:15 +0000 |
| commit | 2d3a8f87477e4063f772d04ba09fd429feea14f5 (patch) | |
| tree | 0ee00862e466174c8d374c62a6db79a1656f2615 /man | |
| parent | 6bb2ed9b5a339ab48eddbeb8714b7771ec220b6b (diff) | |
| download | emacs-2d3a8f87477e4063f772d04ba09fd429feea14f5.tar.gz emacs-2d3a8f87477e4063f772d04ba09fd429feea14f5.zip | |
(Deletion): Fix last change.
Diffstat (limited to 'man')
| -rw-r--r-- | man/killing.texi | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/man/killing.texi b/man/killing.texi index 683b32c0653..5d61588f1d6 100644 --- a/man/killing.texi +++ b/man/killing.texi | |||
| @@ -117,13 +117,14 @@ kill instead, since they can erase more than one character this way. | |||
| 117 | have just @key{DEL}. (The former variety usually labels the @key{DEL} | 117 | have just @key{DEL}. (The former variety usually labels the @key{DEL} |
| 118 | key as @key{BS} or @key{<-} and refers to it as a ``backspace key''.) | 118 | key as @key{BS} or @key{<-} and refers to it as a ``backspace key''.) |
| 119 | When Emacs starts, it tries to detect keyboards with both @key{BS} and | 119 | When Emacs starts, it tries to detect keyboards with both @key{BS} and |
| 120 | @key{Delete} keys, and if so, binds them to the commands users expect: | 120 | @key{Delete} keys, and if it finds your keyboard to have both keys, it |
| 121 | @key{Delete} deletes forward, like @kbd{C-d} does, and @key{BS} deletes | 121 | binds them to the commands users expect: @key{Delete} deletes forward, |
| 122 | backwards. However, some systems don't report the keyboard | 122 | like @kbd{C-d} does, and @key{BS} deletes backwards. However, some |
| 123 | configuration. If your keyboard has these two keys, and if they are | 123 | systems don't report the keyboard configuration. If your keyboard has |
| 124 | both reported to Emacs, but Emacs is unable to establish that, you can | 124 | these two keys, and if they are both reported to Emacs, but Emacs is |
| 125 | use the @code{delete-key-deletes-forward-mode} command to force Emacs to | 125 | unable to establish that, you can use the |
| 126 | treat @key{BS} and @key{Delete} differently. Either type @kbd{C-u 1 M-x | 126 | @code{delete-key-deletes-forward-mode} command to force Emacs to treat |
| 127 | @key{BS} and @key{Delete} differently. Either type @kbd{C-u 1 M-x | ||
| 127 | delete-key-deletes-forward-mode @key{RET}} or put the following line | 128 | delete-key-deletes-forward-mode @key{RET}} or put the following line |
| 128 | into your @file{.emacs} init file (@pxref{Init File}): | 129 | into your @file{.emacs} init file (@pxref{Init File}): |
| 129 | 130 | ||