diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 08:17:57 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-03-08 08:17:57 +0000 |
commit | a37e0699ae62862ff77f81da3e71269a2e27ef06 (patch) | |
tree | 3d4e05541ead69108bb72baa55b42c119b27bd10 /man | |
parent | 0c141837c2697d5e9529adb2c16e1205c92c98c5 (diff) | |
download | emacs-a37e0699ae62862ff77f81da3e71269a2e27ef06.tar.gz |
(Inserting Text): Add a note aboute the DEL/Delete/BS controversy.
Suggested by Simon Green <simon@elixir-studios.co.uk>.
Diffstat (limited to 'man')
-rw-r--r-- | man/basic.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/basic.texi b/man/basic.texi index db2b08513a1..0780c4c6283 100644 --- a/man/basic.texi +++ b/man/basic.texi @@ -49,6 +49,17 @@ is on top of or under; that is the character @var{after} the cursor). The cursor and all characters after it move backwards. Therefore, if you type a printing character and then type @key{DEL}, they cancel out. +@kindex BS +@kindex backspace + Note that many keyboards label the @key{DEL} key as @key{BS} or +@key{<-}, and you might be used to refer to it as the ``backspace key''. +In addition, many modern keyboards have a separate function key labeled +@key{Delete} or @key{Del}, which is normally bound to the +@code{delete-char} command and deletes the character @emph{after} the +cursor (@pxref{Deletion}). Do not confuse @key{Delete} with +@key{DEL}---these are two different keys! @xref{Named ASCII Chars}, for +more details about special function keys recognized by Emacs. + @kindex RET @cindex newline To end a line and start typing a new one, type @key{RET}. This |