summaryrefslogtreecommitdiff
path: root/lisp/thingatpt.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-10-07 22:47:41 +0000
committerRichard M. Stallman <rms@gnu.org>2002-10-07 22:47:41 +0000
commit0408f074b0f6c25b894cffbffe929786cdc983e8 (patch)
tree538b3041a65ca27c5d4bb387d49b8d2c19903f5b /lisp/thingatpt.el
parenta47a639fc8421ae833186100ac63bf5786ba070d (diff)
downloademacs-0408f074b0f6c25b894cffbffe929786cdc983e8.tar.gz
(thing-at-point-url-path-regexp): Doc fix.
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r--lisp/thingatpt.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 167f0657248..6e2c4e4317b 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -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)