emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/browse-url-handlers b331b2c: Update browse-url documentation.


From: Tassilo Horn
Subject: feature/browse-url-handlers b331b2c: Update browse-url documentation.
Date: Wed, 6 May 2020 04:09:56 -0400 (EDT)

branch: feature/browse-url-handlers
commit b331b2c2b751f354d453cd090d6551aa4538c2c9
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Update browse-url documentation.
    
    * doc/emacs/misc.texi: Document browse-url-handlers in Browse-URL
    node.
---
 doc/emacs/misc.texi | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 9be4ee7..d1854f3 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
   You can customize Browse-URL's behavior via various options in the
 @code{browse-url} Customize group.  In particular, the option
 @code{browse-url-mailto-function} lets you define how to follow
-@samp{mailto:} URLs, while @code{browse-url-browser-function} lets you
-define how to follow other types of URLs.  For more information, view
-the package commentary by typing @kbd{C-h P browse-url @key{RET}}.
+@samp{mailto:} URLs, while @code{browse-url-browser-function}
+specifies your default browser.
 
 @vindex browse-url-handlers
   You can define that certain URLs are browsed with other functions by
 customizing @code{browse-url-handlers}, an alist of regular
 expressions paired with functions to browse matching URLs.
 
+For more information, view the package commentary by typing @kbd{C-h P
+browse-url @key{RET}}.
+
 @node Goto Address mode
 @subsection Activating URLs
 @findex goto-address-mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]