comparison man/basic.texi @ 68190:fa9bfcab4414

(Inserting Text): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Jan 2006 13:39:32 +0000
parents c14267a3323d
children b3bbd1af21eb 7beb78bc1f8e
comparison
equal deleted inserted replaced
68189:bb73cb6860d2 68190:fa9bfcab4414
61 with text-only terminals, you will need to tell Emacs which key to use 61 with text-only terminals, you will need to tell Emacs which key to use
62 for that purpose. If the large key not far above the @key{RET} or 62 for that purpose. If the large key not far above the @key{RET} or
63 @key{ENTER} key doesn't delete backwards, you need to do this. 63 @key{ENTER} key doesn't delete backwards, you need to do this.
64 @xref{DEL Does Not Delete}, for an explanation of how. 64 @xref{DEL Does Not Delete}, for an explanation of how.
65 65
66 Most PC keyboards have both a @key{BACKSPACE} key a short ways above 66 Most PC keyboards have both a @key{BACKSPACE} key not far above
67 @key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. On these 67 @key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. On these
68 keyboards, Emacs supports when possible the usual convention that the 68 keyboards, Emacs supports when possible the usual convention that the
69 @key{BACKSPACE} key deletes backwards (it is @key{DEL}), while the 69 @key{BACKSPACE} key deletes backwards (it is @key{DEL}), while the
70 @key{DELETE} key deletes ``forwards,'' deleting the character after 70 @key{DELETE} key deletes ``forwards,'' deleting the character after
71 point, the one underneath the cursor, like @kbd{C-d} (see below). 71 point, the one underneath the cursor, like @kbd{C-d} (see below).