diff options
author | Mark Oteiza <mvoteiza@udel.edu> | 2015-09-03 11:49:57 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-09-03 11:49:57 -0400 |
commit | c37ef7546d22e801f247ee9d4fef1a9d6b21ac1a (patch) | |
tree | 701baea155242271cc76834f5cd024677ad59803 /lisp/thingatpt.el | |
parent | 41d83c2e577998b279e808115da2892b26d16526 (diff) | |
download | emacs-c37ef7546d22e801f247ee9d4fef1a9d6b21ac1a.tar.gz |
* lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"
(bug#19441)
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index 84ffcca5290..6e90b265082 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -289,7 +289,7 @@ If nil, construct the regexp from `thing-at-point-uri-schemes'.") "uuid:" "vemmi://" "webcal://" "xri://" "xmlrpc.beep://" "xmlrpc.beeps://" "z39.50r://" "z39.50s://" "xmpp:" ;; Compatibility - "fax:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" + "fax:" "man:" "mms://" "mmsh://" "modem:" "prospero:" "snews:" "wais://") "List of URI schemes recognized by `thing-at-point-url-at-point'. Each string in this list should correspond to the start of a |