emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110720: * thingatpt.el (thing-at-poi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110720: * thingatpt.el (thing-at-point): Doc fix.
Date: Mon, 29 Oct 2012 18:03:21 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110720
fixes bug: http://debbugs.gnu.org/12691
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-10-29 18:03:21 +0800
message:
  * thingatpt.el (thing-at-point): Doc fix.
modified:
  lisp/ChangeLog
  lisp/thingatpt.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-10-29 09:58:49 +0000
+++ b/lisp/ChangeLog    2012-10-29 10:03:21 +0000
@@ -1,5 +1,7 @@
 2012-10-29  Chong Yidong  <address@hidden>
 
+       * 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

=== modified file 'lisp/thingatpt.el'
--- a/lisp/thingatpt.el 2012-05-26 02:40:47 +0000
+++ b/lisp/thingatpt.el 2012-10-29 10:03:21 +0000
@@ -133,7 +133,7 @@
 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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]