mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
* lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"
(bug#19441)
This commit is contained in:
parent
41d83c2e57
commit
c37ef7546d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user