From 0408f074b0f6c25b894cffbffe929786cdc983e8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Oct 2002 22:47:41 +0000 Subject: [PATCH] (thing-at-point-url-path-regexp): Doc fix. --- lisp/thingatpt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2