aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-03-22 07:28:30 +0000
committerJuri Linkov2004-03-22 07:28:30 +0000
commit23c9ed48b8b549fab50625b96dea9eb135e8f4aa (patch)
treec2a1e81516cde50c8526825e571fd07bfb642cc0
parent50fcce74b976a3762d16f8462e49d06bfc05cd66 (diff)
downloademacs-23c9ed48b8b549fab50625b96dea9eb135e8f4aa.tar.gz
emacs-23c9ed48b8b549fab50625b96dea9eb135e8f4aa.zip
(Browse-URL, FFAP): Add information about keywords.
-rw-r--r--man/misc.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 9835ef83411..83c86a1867a 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -2172,9 +2172,10 @@ which you might like to bind to keys, such as
2172@code{browse-url-browser-function}. You can invoke actions dependent 2172@code{browse-url-browser-function}. You can invoke actions dependent
2173on the type of URL by defining @code{browse-url-browser-function} as 2173on the type of URL by defining @code{browse-url-browser-function} as
2174an association list. The package's commentary available via @kbd{C-h 2174an association list. The package's commentary available via @kbd{C-h
2175p} provides more information. Packages with facilities for following 2175p} under the @samp{hypermedia} keyword provides more information.
2176URLs should always go through Browse-URL, so that the customization 2176Packages with facilities for following URLs should always go through
2177options for Browse-URL will affect all browsing in Emacs. 2177Browse-URL, so that the customization options for Browse-URL will
2178affect all browsing in Emacs.
2178 2179
2179@node Goto-address 2180@node Goto-address
2180@subsection Activating URLs 2181@subsection Activating URLs
@@ -2221,14 +2222,14 @@ view it.
2221 2222
2222 This feature is useful for following references in mail or news 2223 This feature is useful for following references in mail or news
2223buffers, @file{README} files, @file{MANIFEST} files, and so on. The 2224buffers, @file{README} files, @file{MANIFEST} files, and so on. The
2224@samp{ffap} package's commentary available via @kbd{C-h p} and the 2225@samp{ffap} package's commentary available via @kbd{C-h p} under the
2225@code{ffap} Custom group provide details. 2226@samp{files} keyword and the @code{ffap} Custom group provide details.
2226 2227
2227@cindex FFAP minor mode 2228@cindex FFAP minor mode
2228@findex ffap-mode 2229@findex ffap-mode
2229 You can turn on FFAP minor mode to make the following key bindings 2230 You can turn on FFAP minor mode by calling @code{ffap-bindings} to
2230and to install hooks for using @code{ffap} in Rmail, Gnus and VM 2231make the following key bindings and to install hooks for using
2231article buffers. 2232@code{ffap} in Rmail, Gnus and VM article buffers.
2232 2233
2233@table @kbd 2234@table @kbd
2234@item C-x C-f @var{filename} @key{RET} 2235@item C-x C-f @var{filename} @key{RET}