Mercurial > emacs
changeset 47786:a9de3e936eef
(thing-at-point-url-path-regexp): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Oct 2002 22:47:41 +0000 |
parents | 1865c7acf887 |
children | 1207b03521f9 |
files | lisp/thingatpt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/thingatpt.el Mon Oct 07 22:46:09 2002 +0000 +++ b/lisp/thingatpt.el Mon Oct 07 22:47:41 2002 +0000 @@ -205,7 +205,7 @@ (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)