# HG changeset patch # User Chong Yidong # Date 1176040647 0 # Node ID 308f4bd922ab3be83830986d35e35ea642810af7 # Parent ef437aef2adf27ab1208836bcdf116612321f2b0 (Rmail Scrolling): Document rmail-end-of-message. diff -r ef437aef2adf -r 308f4bd922ab man/rmail.texi --- a/man/rmail.texi Sun Apr 08 13:57:20 2007 +0000 +++ b/man/rmail.texi Sun Apr 08 13:57:27 2007 +0000 @@ -107,6 +107,8 @@ 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 @@ @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