]> git.eshelyaron.com Git - emacs.git/commitdiff
Change the name of the "DEL Doesn't Delete" node to "DEL Does Not Delete",
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2001 16:21:33 +0000 (16:21 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Aug 2001 16:21:33 +0000 (16:21 +0000)
since node names cannot have apostrophes.
Fix a stale menu item in emacs.texi which referred to this node by its
old name.

man/basic.texi
man/emacs.texi
man/killing.texi
man/trouble.texi

index c5361d518f05feb4b546eab85b57dd0b8af9848d..49db2a6449a03b869011b4264a20090ad28438db 100644 (file)
@@ -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
index f93923c5c73ec93615ce538dc9ef6235ac507176..3aef8196c644be35fcde863e938627094e8cab0b 100644 (file)
@@ -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.
index 9607a931bdc5b914d4b5a4943e661657ca7469af..0811f1f1f38f117a535e80f7fccd2d944de53e38 100644 (file)
@@ -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
index da0022aaada03e1c998d09660941e8a76b1693cc..ea64f8ca174350c6e5cb600f2a91afca92334260 100644 (file)
@@ -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}