diff options
| author | Tassilo Horn | 2020-05-06 10:09:03 +0200 |
|---|---|---|
| committer | Tassilo Horn | 2020-05-06 10:09:44 +0200 |
| commit | b331b2c2b751f354d453cd090d6551aa4538c2c9 (patch) | |
| tree | 326dddffb18ef4ecaf5e33e26caac0a8bb3f1d42 | |
| parent | 9235f1a6063464bb9be04c376d46f8211a4f5aa2 (diff) | |
| download | emacs-feature/browse-url-handlers.tar.gz emacs-feature/browse-url-handlers.zip | |
Update browse-url documentation.feature/browse-url-handlers
* doc/emacs/misc.texi: Document browse-url-handlers in Browse-URL
node.
| -rw-r--r-- | doc/emacs/misc.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 9be4ee7bd77..d1854f31ff3 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2920,15 +2920,17 @@ you might like to bind to keys, such as @code{browse-url-at-point} and | |||
| 2920 | You can customize Browse-URL's behavior via various options in the | 2920 | You can customize Browse-URL's behavior via various options in the |
| 2921 | @code{browse-url} Customize group. In particular, the option | 2921 | @code{browse-url} Customize group. In particular, the option |
| 2922 | @code{browse-url-mailto-function} lets you define how to follow | 2922 | @code{browse-url-mailto-function} lets you define how to follow |
| 2923 | @samp{mailto:} URLs, while @code{browse-url-browser-function} lets you | 2923 | @samp{mailto:} URLs, while @code{browse-url-browser-function} |
| 2924 | define how to follow other types of URLs. For more information, view | 2924 | specifies your default browser. |
| 2925 | the package commentary by typing @kbd{C-h P browse-url @key{RET}}. | ||
| 2926 | 2925 | ||
| 2927 | @vindex browse-url-handlers | 2926 | @vindex browse-url-handlers |
| 2928 | You can define that certain URLs are browsed with other functions by | 2927 | You can define that certain URLs are browsed with other functions by |
| 2929 | customizing @code{browse-url-handlers}, an alist of regular | 2928 | customizing @code{browse-url-handlers}, an alist of regular |
| 2930 | expressions paired with functions to browse matching URLs. | 2929 | expressions paired with functions to browse matching URLs. |
| 2931 | 2930 | ||
| 2931 | For more information, view the package commentary by typing @kbd{C-h P | ||
| 2932 | browse-url @key{RET}}. | ||
| 2933 | |||
| 2932 | @node Goto Address mode | 2934 | @node Goto Address mode |
| 2933 | @subsection Activating URLs | 2935 | @subsection Activating URLs |
| 2934 | @findex goto-address-mode | 2936 | @findex goto-address-mode |