aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-03-26 22:43:11 +0000
committerDave Love2000-03-26 22:43:11 +0000
commit6c21cdc0d325e737a58c340fb5e091762a33e655 (patch)
treec8b532942ae42667758bb30dd1b21ef9c2276aba
parent54877f36a9805396060063e847af7fbb904dd436 (diff)
downloademacs-6c21cdc0d325e737a58c340fb5e091762a33e655.tar.gz
emacs-6c21cdc0d325e737a58c340fb5e091762a33e655.zip
Mention goto-addr.
-rw-r--r--man/rmail.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/man/rmail.texi b/man/rmail.texi
index 1c7d913b3d9..12a3d494024 100644
--- a/man/rmail.texi
+++ b/man/rmail.texi
@@ -976,7 +976,7 @@ means to show the reformatted header, and a zero or negative argument
976means to show the full header. 976means to show the full header.
977 977
978@vindex rmail-highlighted-headers 978@vindex rmail-highlighted-headers
979 When used with a window system that supports multiple fonts, Rmail 979 When used with a terminal that supports multiple fonts, Rmail
980highlights certain header fields that are especially interesting---by 980highlights certain header fields that are especially interesting---by
981default, the @samp{From} and @samp{Subject} fields. The variable 981default, the @samp{From} and @samp{Subject} fields. The variable
982@code{rmail-highlighted-headers} holds a regular expression that 982@code{rmail-highlighted-headers} holds a regular expression that
@@ -992,6 +992,11 @@ highlighting as well. @xref{Faces}, for how to do this.
992 To turn off highlighting entirely in Rmail, set 992 To turn off highlighting entirely in Rmail, set
993@code{rmail-highlighted-headers} to @code{nil}. 993@code{rmail-highlighted-headers} to @code{nil}.
994 994
995@findex goto-addr
996URLs in messages may be highlighted and activated for following with the
997mouse or keyboard by using the Goto-address package. Customize the hook
998@code{rmail-show-message-hook} to add @code{goto-addr}.
999
995@node Rmail Editing 1000@node Rmail Editing
996@section Editing Within a Message 1001@section Editing Within a Message
997 1002