]> git.eshelyaron.com Git - emacs.git/commitdiff
(Inserting Text): Add a note aboute the DEL/Delete/BS controversy.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 Mar 2001 08:17:57 +0000 (08:17 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 Mar 2001 08:17:57 +0000 (08:17 +0000)
Suggested by Simon Green <simon@elixir-studios.co.uk>.

man/basic.texi

index db2b08513a145dc5199c8a710e4d5f12dac0b963..0780c4c62833d8b1ecbe5fd8419df8d4ea4968ed 100644 (file)
@@ -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