aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2012-10-29 18:03:21 +0800
committerChong Yidong2012-10-29 18:03:21 +0800
commite84cad57ef07b005e1b71dfb0acebac04455a4b6 (patch)
tree08957ec8dd96669a36ff1a582de030e7df1d8306
parent1913c5f53b1055bcd66d06d721b4bef69ca7a03f (diff)
downloademacs-e84cad57ef07b005e1b71dfb0acebac04455a4b6.tar.gz
emacs-e84cad57ef07b005e1b71dfb0acebac04455a4b6.zip
* thingatpt.el (thing-at-point): Doc fix.
Fixes: debbugs:12691
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/thingatpt.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 38a3e3806b8..4c4100a5e12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12012-10-29 Chong Yidong <cyd@gnu.org> 12012-10-29 Chong Yidong <cyd@gnu.org>
2 2
3 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4
3 * imenu.el (imenu): Inhibit push-mark message (Bug#12726). 5 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4 6
5 * face-remap.el (face-remap-add-relative): Handle the case where a 7 * face-remap.el (face-remap-add-relative): Handle the case where a
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index 57bbdf9d94a..dedd9c8c189 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -133,7 +133,7 @@ positions of the thing found."
133THING should be a symbol specifying a type of syntactic entity. 133THING should be a symbol specifying a type of syntactic entity.
134Possibilities include `symbol', `list', `sexp', `defun', 134Possibilities include `symbol', `list', `sexp', `defun',
135`filename', `url', `email', `word', `sentence', `whitespace', 135`filename', `url', `email', `word', `sentence', `whitespace',
136`line', and `page'. 136`line', `number', and `page'.
137 137
138See the file `thingatpt.el' for documentation on how to define 138See the file `thingatpt.el' for documentation on how to define
139a symbol as a valid THING." 139a symbol as a valid THING."