aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-08-09 16:21:33 +0000
committerEli Zaretskii <[email protected]>2001-08-09 16:21:33 +0000
commit82f6ab38b924745d17791f157d0342627e7023c5 (patch)
treedc2619369275a44c5452d675112f9b51dd126705 /man
parent3638868e17f84695608eeaab33ecc6a5a723429b (diff)
Change the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete",
since node names cannot have apostrophes. Fix a stale menu item in emacs.texi which referred to this node by its old name.
Diffstat (limited to 'man')
-rw-r--r--man/basic.texi2
-rw-r--r--man/emacs.texi2
-rw-r--r--man/killing.texi4
-rw-r--r--man/trouble.texi22
4 files changed, 15 insertions, 15 deletions
diff --git a/man/basic.texi b/man/basic.texi
index c5361d518f..49db2a6449 100644
--- a/man/basic.texi
+++ b/man/basic.texi
@@ -60,7 +60,7 @@ be @key{DEL}, and sets it up that way. But in some cases, especially
with text-only terminals, you will need to tell Emacs which key to use
for that purpose. If the large key not far above the @key{RET} or
@key{ENTER} key doesn't delete backwards, you need to do this.
-@xref{DEL Doesn't Delete}, for an explanation of how.
+@xref{DEL Does Not Delete}, for an explanation of how.
Most PC keyboards have both a @key{BACKSPACE} key a short ways above
@key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. On these
diff --git a/man/emacs.texi b/man/emacs.texi
index f93923c5c7..3aef8196c6 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -782,7 +782,7 @@ The Init File, @file{~/.emacs}
Dealing with Emacs Trouble
-* DEL Gets Help:: What to do if @key{DEL} doesn't delete.
+* DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.
* Stuck Recursive:: `[...]' in mode line around the parentheses.
* Screen Garbled:: Garbage on the screen.
* Text Garbled:: Garbage in the text.
diff --git a/man/killing.texi b/man/killing.texi
index 9607a931bd..0811f1f1f3 100644
--- a/man/killing.texi
+++ b/man/killing.texi
@@ -137,7 +137,7 @@ equivalent to @key{DEL}. As a result, @key{BACKSPACE} and/or @key{DELETE}
keys normally do the right things. But in some unusual cases Emacs
gets the wrong information from the system. If these keys don't do
what they ought to do, you need to tell Emacs which key to use for
-@key{DEL}. @xref{DEL Doesn't Delete}, for how to do this.
+@key{DEL}. @xref{DEL Does Not Delete}, for how to do this.
@findex normal-erase-is-backspace-mode
On most text-only terminals, Emacs cannot tell which keys the
@@ -146,7 +146,7 @@ fit your keyboard. The uniform plan is that the ASCII @key{DEL}
character deletes, and the ASCII @key{BS} (backspace) character asks
for help (it is the same as @kbd{C-h}). If this is not right for your
keyboard, such as if you find that the key which ought to delete backwards
-enters Help instead, see @ref{DEL Doesn't Delete}.
+enters Help instead, see @ref{DEL Does Not Delete}.
@kindex M-\
@findex delete-horizontal-space
diff --git a/man/trouble.texi b/man/trouble.texi
index da0022aaad..ea64f8ca17 100644
--- a/man/trouble.texi
+++ b/man/trouble.texi
@@ -128,19 +128,19 @@ in the Emacs distribution. Type @kbd{C-h F} to read the FAQ; type
@kbd{C-h P} to read the @file{PROBLEMS} file.
@menu
-* DEL Doesn't Delete:: What to do if @key{DEL} doesn't delete.
-* Stuck Recursive:: `[...]' in mode line around the parentheses.
-* Screen Garbled:: Garbage on the screen.
-* Text Garbled:: Garbage in the text.
-* Unasked-for Search:: Spontaneous entry to incremental search.
-* Memory Full:: How to cope when you run out of memory.
-* After a Crash:: Recovering editing in an Emacs session that crashed.
-* Emergency Escape:: Emergency escape---
- What to do if Emacs stops responding.
-* Total Frustration:: When you are at your wits' end.
+* DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.
+* Stuck Recursive:: `[...]' in mode line around the parentheses.
+* Screen Garbled:: Garbage on the screen.
+* Text Garbled:: Garbage in the text.
+* Unasked-for Search:: Spontaneous entry to incremental search.
+* Memory Full:: How to cope when you run out of memory.
+* After a Crash:: Recovering editing in an Emacs session that crashed.
+* Emergency Escape:: Emergency escape---
+ What to do if Emacs stops responding.
+* Total Frustration:: When you are at your wits' end.
@end menu
-@node DEL Doesn't Delete
+@node DEL Does Not Delete
@subsection If @key{DEL} Fails to Delete
@cindex @key{DEL} vs @key{BACKSPACE}
@cindex @key{BACKSPACE} vs @key{DEL}