Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0408f074
Commit
0408f074
authored
Oct 07, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(thing-at-point-url-path-regexp): Doc fix.
parent
a47a639f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/thingatpt.el
lisp/thingatpt.el
+1
-1
No files found.
lisp/thingatpt.el
View file @
0408f074
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment