* lisp/thingatpt.el (thing-at-point-uri-schemes): Add "man:"
(bug#19441)
This commit is contained in:
parent
41d83c2e57
commit
c37ef7546d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue