1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(thing-at-point-url-path-regexp): Doc fix.

This commit is contained in:
Richard M. Stallman 2002-10-07 22:47:41 +00:00
parent a47a639fc8
commit 0408f074b0

View File

@ -205,7 +205,7 @@ a symbol as a valid THING."
(defvar thing-at-point-url-path-regexp
"[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+"
"A regular expression probably matching the host, path or e-mail part of a URL.")
"A regular expression probably matching the host and filename or e-mail part of a URL.")
(defvar thing-at-point-short-url-regexp
(concat "[-A-Za-z0-9.]+" thing-at-point-url-path-regexp)