diff options
author | Chong Yidong <cyd@gnu.org> | 2012-10-29 18:03:21 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-10-29 18:03:21 +0800 |
commit | e84cad57ef07b005e1b71dfb0acebac04455a4b6 (patch) | |
tree | 08957ec8dd96669a36ff1a582de030e7df1d8306 /lisp/thingatpt.el | |
parent | 1913c5f53b1055bcd66d06d721b4bef69ca7a03f (diff) | |
download | emacs-e84cad57ef07b005e1b71dfb0acebac04455a4b6.tar.gz |
* thingatpt.el (thing-at-point): Doc fix.
Fixes: debbugs:12691
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r-- | lisp/thingatpt.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |