mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
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.
This commit is contained in:
parent
3638868e17
commit
82f6ab38b9
@ -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
|
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
|
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.
|
@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
|
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
|
@key{RET} or @key{ENTER}, and a @key{DELETE} key elsewhere. On these
|
||||||
|
@ -782,7 +782,7 @@ The Init File, @file{~/.emacs}
|
|||||||
|
|
||||||
Dealing with Emacs Trouble
|
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.
|
* Stuck Recursive:: `[...]' in mode line around the parentheses.
|
||||||
* Screen Garbled:: Garbage on the screen.
|
* Screen Garbled:: Garbage on the screen.
|
||||||
* Text Garbled:: Garbage in the text.
|
* Text Garbled:: Garbage in the text.
|
||||||
|
@ -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
|
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
|
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
|
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
|
@findex normal-erase-is-backspace-mode
|
||||||
On most text-only terminals, Emacs cannot tell which keys the
|
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
|
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
|
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
|
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-\
|
@kindex M-\
|
||||||
@findex delete-horizontal-space
|
@findex delete-horizontal-space
|
||||||
|
@ -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.
|
@kbd{C-h P} to read the @file{PROBLEMS} file.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* DEL Doesn't Delete:: 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.
|
* Stuck Recursive:: `[...]' in mode line around the parentheses.
|
||||||
* Screen Garbled:: Garbage on the screen.
|
* Screen Garbled:: Garbage on the screen.
|
||||||
* Text Garbled:: Garbage in the text.
|
* Text Garbled:: Garbage in the text.
|
||||||
* Unasked-for Search:: Spontaneous entry to incremental search.
|
* Unasked-for Search:: Spontaneous entry to incremental search.
|
||||||
* Memory Full:: How to cope when you run out of memory.
|
* Memory Full:: How to cope when you run out of memory.
|
||||||
* After a Crash:: Recovering editing in an Emacs session that crashed.
|
* After a Crash:: Recovering editing in an Emacs session that crashed.
|
||||||
* Emergency Escape:: Emergency escape---
|
* Emergency Escape:: Emergency escape---
|
||||||
What to do if Emacs stops responding.
|
What to do if Emacs stops responding.
|
||||||
* Total Frustration:: When you are at your wits' end.
|
* Total Frustration:: When you are at your wits' end.
|
||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@node DEL Doesn't Delete
|
@node DEL Does Not Delete
|
||||||
@subsection If @key{DEL} Fails to Delete
|
@subsection If @key{DEL} Fails to Delete
|
||||||
@cindex @key{DEL} vs @key{BACKSPACE}
|
@cindex @key{DEL} vs @key{BACKSPACE}
|
||||||
@cindex @key{BACKSPACE} vs @key{DEL}
|
@cindex @key{BACKSPACE} vs @key{DEL}
|
||||||
|
Loading…
Reference in New Issue
Block a user