diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-06-18 13:45:13 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-18 13:45:13 +0300 |
commit | 4b00bc47c7e07bb2a329fa6d0220f39a45289875 (patch) | |
tree | 3ede2b39a6a405c65e09ee784fb9f7ae6385b55c /doc/emacs/emacs.texi | |
parent | a82af5ae786073aa3e7af82f3d181e8b18fdd594 (diff) | |
download | emacs-4b00bc47c7e07bb2a329fa6d0220f39a45289875.tar.gz emacs-4b00bc47c7e07bb2a329fa6d0220f39a45289875.tar.bz2 emacs-4b00bc47c7e07bb2a329fa6d0220f39a45289875.zip |
Update documentation
* doc/emacs/trouble.texi (DEL Does Not Delete): Move to the end of
the chapter. This issue is no longer frequent or important as it
was back in Emacs 20 days.
(Long Lines): Document 'max-redisplay-ticks'.
* doc/emacs/emacs.texi (Top): Update the detailed menu.
* etc/NEWS: Announce 'max-redisplay-ticks'.
Diffstat (limited to 'doc/emacs/emacs.texi')
-rw-r--r-- | doc/emacs/emacs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index ad0fa5f0cd0..5e72699bbe8 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -1183,7 +1183,6 @@ The Emacs Initialization File Dealing with Emacs Trouble -* 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. @@ -1192,6 +1191,7 @@ Dealing with Emacs Trouble * After a Crash:: Recovering editing in an Emacs session that crashed. * Emergency Escape:: What to do if Emacs stops responding. * Long Lines:: Mitigating slowness due to extremely long lines. +* DEL Does Not Delete:: What to do if @key{DEL} doesn't delete. Reporting Bugs |