From: Chong Yidong Date: Mon, 29 Oct 2012 10:03:21 +0000 (+0800) Subject: * thingatpt.el (thing-at-point): Doc fix. X-Git-Tag: emacs-24.2.90~209^2~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e84cad57ef07b005e1b71dfb0acebac04455a4b6;p=emacs.git * thingatpt.el (thing-at-point): Doc fix. Fixes: debbugs:12691 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38a3e3806b8..4c4100a5e12 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-10-29 Chong Yidong + * 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 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." 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."