emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 44d02d3: browse-url doc string fixup


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 44d02d3: browse-url doc string fixup
Date: Fri, 2 Aug 2019 15:45:26 -0400 (EDT)

branch: master
commit 44d02d366b7809349d509e6814e67e48d05fef1e
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    browse-url doc string fixup
    
    * lisp/net/browse-url.el (browse-url-browser-function)
    (browse-url-secondary-browser-function): Mention each other in the
    doc strings.
---
 lisp/net/browse-url.el | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index 7962478..135f11f 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -169,7 +169,9 @@ If the value is not a function it should be a list of pairs
 \(REGEXP . FUNCTION).  In this case the function called will be the one
 associated with the first REGEXP which matches the current URL.  The
 function is passed the URL and any other args of `browse-url'.  The last
-regexp should probably be \".\" to specify a default browser."
+regexp should probably be \".\" to specify a default browser.
+
+Also see `browse-url-secondary-browser-function'."
   :type browse-url--browser-defcustom-type
   :version "24.1")
 
@@ -178,7 +180,9 @@ regexp should probably be \".\" to specify a default 
browser."
 This is usually an external browser (that is, not eww or w3m),
 used as the secondary browser choice, typically when a prefix
 argument is given to a URL-opening command in those modes that
-support this (for instance, eww/shr)."
+support this (for instance, eww/shr).
+
+Also see `browse-url-browser-function'."
   :version "27.1"
   :type browse-url--browser-defcustom-type)
 



reply via email to

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