diff options
author | Glenn Morris <rgm@gnu.org> | 2014-06-07 23:57:15 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-06-07 23:57:15 -0700 |
commit | 52e9721b397445547b78cab9b0071827867a6d94 (patch) | |
tree | dd3a500355d3beafeb8ba2a37619921c9581d424 /doc/emacs/rmail.texi | |
parent | 9f8a63bd84d255c50fa24c55d2ef30cc3c300365 (diff) | |
download | emacs-52e9721b397445547b78cab9b0071827867a6d94.tar.gz |
Doc markup fixes re SPC, RET
* doc/emacs/dired.texi (Marks vs Flags):
* doc/emacs/rmail.texi (Rmail Scrolling):
* doc/misc/ebrowse.texi (Source Display, Finding/Viewing):
* doc/misc/erc.texi (Sample Session):
* doc/misc/ses.texi (The Basics):
* doc/misc/todo-mode.texi (Moving and Deleting Items):
* doc/misc/woman.texi (Navigation):
Markup fixes re SPC, RET.
Diffstat (limited to 'doc/emacs/rmail.texi')
-rw-r--r-- | doc/emacs/rmail.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi index 6ba252393f6..72f3034a837 100644 --- a/doc/emacs/rmail.texi +++ b/doc/emacs/rmail.texi @@ -114,7 +114,7 @@ Scroll to end of message (@code{rmail-end-of-message}). @kindex S-SPC @r{(Rmail)} Since the most common thing to do while reading a message is to scroll through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} -(or @key{S-SPC}) do the same as @kbd{C-v} (@code{scroll-up-command}) +(or @kbd{S-@key{SPC}}) do the same as @kbd{C-v} (@code{scroll-up-command}) and @kbd{M-v} (@code{scroll-down-command}) respectively. @kindex . @r{(Rmail)} |