# HG changeset patch # User Richard M. Stallman # Date 1034030861 0 # Node ID a9de3e936eef3e6e1724c56fb2058e22dbe483b4 # Parent 1865c7acf88729d06d4ecdfa36346f3e94ed5248 (thing-at-point-url-path-regexp): Doc fix. diff -r 1865c7acf887 -r a9de3e936eef lisp/thingatpt.el --- 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)