]> git.eshelyaron.com Git - emacs.git/commitdiff
(Rmail Scrolling): Document rmail-end-of-message.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Apr 2007 13:57:27 +0000 (13:57 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Apr 2007 13:57:27 +0000 (13:57 +0000)
man/rmail.texi

index 2e766ab5ec02c1fe3183f99217d52d00620d10ac..16ecfee90154f9cf552c8716ec03ada2f0866486 100644 (file)
@@ -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