* thingatpt.el (thing-at-point): Doc fix.
authorChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 10:03:21 +0000 (18:03 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 29 Oct 2012 10:03:21 +0000 (18:03 +0800)
Fixes: debbugs:12691

lisp/ChangeLog
lisp/thingatpt.el

index 38a3e38..4c4100a 100644 (file)
@@ -1,5 +1,7 @@
 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
index 57bbdf9..dedd9c8 100644 (file)
@@ -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."