diff options
| author | Eli Zaretskii | 2018-05-19 23:08:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-05-19 23:08:38 +0300 |
| commit | 542f830247715b617594a542961a3bd24ebe4a4f (patch) | |
| tree | 6d7f343ef4976468b76845a2db2fe3b8a9ad277d | |
| parent | eb0bc6f7b38b76a2d3a4b76c46242252331d334b (diff) | |
| download | emacs-542f830247715b617594a542961a3bd24ebe4a4f.tar.gz emacs-542f830247715b617594a542961a3bd24ebe4a4f.zip | |
Fix a typo in rmail.texi
* doc/emacs/rmail.texi (Rmail Summary Edit): Add markup to 'nil'.
(Bug#31533)
| -rw-r--r-- | doc/emacs/rmail.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 0a8bf7cc267..c0ea12f6226 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi | |||
| @@ -999,8 +999,8 @@ summary buffer using @key{SPC} and @key{DEL}. However, in the summary | |||
| 999 | buffer scrolling past the end or the beginning of a message with | 999 | buffer scrolling past the end or the beginning of a message with |
| 1000 | @key{SPC} or @key{DEL} goes, respectively, to the next or previous | 1000 | @key{SPC} or @key{DEL} goes, respectively, to the next or previous |
| 1001 | undeleted message. Customize the | 1001 | undeleted message. Customize the |
| 1002 | @code{rmail-summary-scroll-between-messages} option to nil to disable | 1002 | @code{rmail-summary-scroll-between-messages} option to @code{nil} to |
| 1003 | scrolling to next/previous messages. | 1003 | disable scrolling to next/previous messages. |
| 1004 | 1004 | ||
| 1005 | @findex rmail-summary-undelete-many | 1005 | @findex rmail-summary-undelete-many |
| 1006 | @kbd{M-u} (@code{rmail-summary-undelete-many}) undeletes all deleted | 1006 | @kbd{M-u} (@code{rmail-summary-undelete-many}) undeletes all deleted |