(Customizing VC) <vc-handled-backends>: Update the default value.
[bpt/emacs.git] / man / rmail.texi
index 02d56e2..7c36a31 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
@@ -1240,7 +1246,7 @@ where square brackets denote optional elements.
 @item proto
 Specifies the @dfn{mailbox protocol}, or @dfn{format} to
 use.  The exact semantics of the rest of @acronym{URL} elements depends
-on the actual value of @var{proto}.
+on the actual value of @var{proto} (see below).
 
 @item user
 User name to access the remote mailbox.
@@ -1253,9 +1259,10 @@ Hostname of the remote server for remote mailboxes or file name of a
 local mailbox.
 @end table
 
+@noindent
 @var{Proto} can be one of:
 
-@table @asis
+@table @code
 @item mbox
 Usual UNIX mailbox format.  In this case, neither @var{user} nor
 @var{pass} are used, and @var{host-or-file-name} denotes the file name of
@@ -1375,9 +1382,10 @@ then Rmail will ask you for the password to use.
 Otherwise, Rmail assumes no password is required.
 @end enumerate
 
-  For compatibility with previous versions, @code{rmail-pop-password}
-and @code{rmail-pop-password-required} may be used instead of
-@code{rmail-remote-password} and @code{rmail-remote-password-required}.
+  For compatibility with previous versions, the variables
+@code{rmail-pop-password} and @code{rmail-pop-password-required} may
+be used instead of @code{rmail-remote-password} and
+@code{rmail-remote-password-required}.
 
 @vindex rmail-movemail-flags
   If you need to pass additional command-line flags to @code{movemail},