diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-04-08 13:57:27 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-04-08 13:57:27 +0000 |
commit | a941a44367c0cc468acb972d825fd6da2b831a30 (patch) | |
tree | 2d43a2d4d6ff6105c8ad7b3d1a00e895731d5e11 /man/rmail.texi | |
parent | cce2f6ff3a8e96882350d0a1033f3a2deba6a2d5 (diff) | |
download | emacs-a941a44367c0cc468acb972d825fd6da2b831a30.tar.gz |
(Rmail Scrolling): Document rmail-end-of-message.
Diffstat (limited to 'man/rmail.texi')
-rw-r--r-- | man/rmail.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/man/rmail.texi b/man/rmail.texi index 2e766ab5ec0..16ecfee9015 100644 --- a/man/rmail.texi +++ b/man/rmail.texi @@ -107,6 +107,8 @@ Scroll forward (@code{scroll-up}). Scroll backward (@code{scroll-down}). @item . Scroll to start of message (@code{rmail-beginning-of-message}). +@item / +Scroll to end of message (@code{rmail-end-of-message}). @end table @kindex SPC @r{(Rmail)} @@ -116,11 +118,15 @@ through it by screenfuls, Rmail makes @key{SPC} and @key{DEL} synonyms of @kbd{C-v} (@code{scroll-up}) and @kbd{M-v} (@code{scroll-down}) @kindex . @r{(Rmail)} +@kindex / @r{(Rmail)} @findex rmail-beginning-of-message +@findex rmail-end-of-message The command @kbd{.} (@code{rmail-beginning-of-message}) scrolls back to the beginning of the selected message. This is not quite the same as @kbd{M-<}: for one thing, it does not set the mark; for another, it resets the buffer -boundaries to the current message if you have changed them. +boundaries to the current message if you have changed them. Similarly, +the command @kbd{/} (@code{rmail-end-of-message}) scrolls forward to the end +of the selected message. @node Rmail Motion @section Moving Among Messages |