From: Richard M. Stallman Date: Mon, 7 Oct 2002 22:47:41 +0000 (+0000) Subject: (thing-at-point-url-path-regexp): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12915 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0408f074b0f6c25b894cffbffe929786cdc983e8;p=emacs.git (thing-at-point-url-path-regexp): Doc fix. --- 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)