diff options
| author | Juri Linkov | 2004-03-22 07:28:30 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-22 07:28:30 +0000 |
| commit | 23c9ed48b8b549fab50625b96dea9eb135e8f4aa (patch) | |
| tree | c2a1e81516cde50c8526825e571fd07bfb642cc0 | |
| parent | 50fcce74b976a3762d16f8462e49d06bfc05cd66 (diff) | |
| download | emacs-23c9ed48b8b549fab50625b96dea9eb135e8f4aa.tar.gz emacs-23c9ed48b8b549fab50625b96dea9eb135e8f4aa.zip | |
(Browse-URL, FFAP): Add information about keywords.
| -rw-r--r-- | man/misc.texi | 17 |
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 |
| 2173 | on the type of URL by defining @code{browse-url-browser-function} as | 2173 | on the type of URL by defining @code{browse-url-browser-function} as |
| 2174 | an association list. The package's commentary available via @kbd{C-h | 2174 | an association list. The package's commentary available via @kbd{C-h |
| 2175 | p} provides more information. Packages with facilities for following | 2175 | p} under the @samp{hypermedia} keyword provides more information. |
| 2176 | URLs should always go through Browse-URL, so that the customization | 2176 | Packages with facilities for following URLs should always go through |
| 2177 | options for Browse-URL will affect all browsing in Emacs. | 2177 | Browse-URL, so that the customization options for Browse-URL will |
| 2178 | affect 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 |
| 2223 | buffers, @file{README} files, @file{MANIFEST} files, and so on. The | 2224 | buffers, @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 |
| 2230 | and to install hooks for using @code{ffap} in Rmail, Gnus and VM | 2231 | make the following key bindings and to install hooks for using |
| 2231 | article 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} |