Tweak eww-use-browse-url doc string

* lisp/net/eww.el (eww-use-browse-url): Tweak doc string wording.
This commit is contained in:
Lars Ingebrigtsen 2020-11-29 10:54:58 +01:00
parent 769dc33df7
commit c8f3e95ae6

View file

@ -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)