aboutsummaryrefslogtreecommitdiffstats
path: root/man/basic.texi
diff options
context:
space:
mode:
authorRichard M. Stallman2001-03-14 01:23:52 +0000
committerRichard M. Stallman2001-03-14 01:23:52 +0000
commit9ab48fa65847c40ca0b5c438805c609ceaf347ce (patch)
treed03f6bafd72db6a7bebca551be4eecc6e18be2ae /man/basic.texi
parented3688469091ed89559ba76c29bd6293e22b8739 (diff)
downloademacs-9ab48fa65847c40ca0b5c438805c609ceaf347ce.tar.gz
emacs-9ab48fa65847c40ca0b5c438805c609ceaf347ce.zip
Simplify the discussion of DEL. Refer to `DEL Gets Help' node
for fixing problems.
Diffstat (limited to 'man/basic.texi')
-rw-r--r--man/basic.texi19
1 files changed, 10 insertions, 9 deletions
diff --git a/man/basic.texi b/man/basic.texi
index c64739c6526..3349c918082 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -46,15 +46,22 @@ still before the @samp{B}.
46 To @dfn{delete} text you have just inserted, use the large key 46 To @dfn{delete} text you have just inserted, use the large key
47labeled @key{DEL}, @key{BACKSPACE} or @key{DELETE} which is a short 47labeled @key{DEL}, @key{BACKSPACE} or @key{DELETE} which is a short
48distance above the @key{RET} or @key{ENTER} key. This is the key you 48distance above the @key{RET} or @key{ENTER} key. This is the key you
49normally use for erasing the last character that you typed. 49normally use, outside Emacs, for erasing the last character that you
50Regardless of the actual name on the key, Emacs always thinks of it as 50typed. Regardless of the label on that key, Emacs always thinks of it
51@key{DEL}, and that's what we call it in the manual. 51as @key{DEL}, and that's what we call it in this manual.
52 52
53 The @key{DEL} key deletes the character @emph{before} the cursor. 53 The @key{DEL} key deletes the character @emph{before} the cursor.
54As a consequence, the cursor and all the characters after it move 54As a consequence, the cursor and all the characters after it move
55backwards. If you type a printing character and then type @key{DEL}, 55backwards. If you type a printing character and then type @key{DEL},
56they cancel out. 56they cancel out.
57 57
58 On most computers, Emacs recognizes automatically which key ought to
59be @key{DEL}, and sets it up that way. But in some cases, especially
60with text-only terminals, you will need to tell Emacs which key to use
61for that purpose. If the large key not far above the @key{RET} or
62@key{ENTER} key doesn't delete backwards, you need to do this.
63@xref{DEL Gets Help}.
64
58 Many keyboards have both a @key{BACKSPACE} key a short ways above 65 Many keyboards have both a @key{BACKSPACE} key a short ways above
59@key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. In that 66@key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. In that
60case, the @key{BACKSPACE} key is @key{DEL}, and the @key{DELETE} key 67case, the @key{BACKSPACE} key is @key{DEL}, and the @key{DELETE} key
@@ -62,12 +69,6 @@ does something else---it deletes ``forwards,'' deleting the character
62after point, the one underneath the cursor, like @kbd{C-d} (see 69after point, the one underneath the cursor, like @kbd{C-d} (see
63below). 70below).
64 71
65 On a text-only terminal, Emacs cannot automatically tell which keys
66it has and where they are located. If the convenient key for deletion
67is @key{BACKSPACE}, you must type @kbd{M-x
68delete-key-deletes-forward-mode @key{RET}} to make that key behave as
69@key{DEL}. @xref{Deletion}, for more explanation of this.
70
71@kindex RET 72@kindex RET
72@cindex newline 73@cindex newline
73 To end a line and start typing a new one, type @key{RET}. This 74 To end a line and start typing a new one, type @key{RET}. This