Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e84cad57
Commit
e84cad57
authored
Oct 29, 2012
by
Chong Yidong
Browse files
* thingatpt.el (thing-at-point): Doc fix.
Fixes: debbugs:12691
parent
1913c5f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/thingatpt.el
lisp/thingatpt.el
+1
-1
No files found.
lisp/ChangeLog
View file @
e84cad57
2012-10-29 Chong Yidong <cyd@gnu.org>
* thingatpt.el (thing-at-point): Doc fix (Bug#12691).
* imenu.el (imenu): Inhibit push-mark message (Bug#12726).
* face-remap.el (face-remap-add-relative): Handle the case where a
...
...
lisp/thingatpt.el
View file @
e84cad57
...
...
@@ -133,7 +133,7 @@ positions of the thing found."
THING should be a symbol specifying a type of syntactic entity.
Possibilities include `symbol', `list', `sexp', `defun',
`filename', `url', `email', `word', `sentence', `whitespace',
`line', and `page'.
`line',
`number',
and `page'.
See the file `thingatpt.el' for documentation on how to define
a symbol as a valid THING."
...
...
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