From: Lars Ingebrigtsen Date: Sun, 29 Nov 2020 09:54:58 +0000 (+0100) Subject: Tweak eww-use-browse-url doc string X-Git-Tag: emacs-28.0.90~4999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8f3e95ae66fdbac4768a823c3527bbd89932d12;p=emacs.git Tweak eww-use-browse-url doc string * lisp/net/eww.el (eww-use-browse-url): Tweak doc string wording. --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 597ce95c67c..0c43fc609a2 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -58,7 +58,7 @@ (defcustom eww-use-browse-url "\\`mailto:" "eww will use `browse-url' when following links that match this regexp. -The action to be taken can further be customized via +The action to be taken can be further customized via `browse-url-handlers'." :version "28.1" :type 'regexp)