emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109932: * src/textprop.c (Fget_text_


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109932: * src/textprop.c (Fget_text_property): Minor doc fix.
Date: Fri, 07 Sep 2012 22:45:28 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109932
fixes bug: http://debbugs.gnu.org/12323
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-09-07 22:45:28 +0800
message:
  * src/textprop.c (Fget_text_property): Minor doc fix.
modified:
  src/ChangeLog
  src/textprop.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-07 14:15:59 +0000
+++ b/src/ChangeLog     2012-09-07 14:45:28 +0000
@@ -1,5 +1,7 @@
 2012-09-07  Chong Yidong  <address@hidden>
 
+       * textprop.c (Fget_text_property): Minor doc fix (Bug#12323).
+
        * data.c (Flocal_variable_if_set_p): Doc fix (Bug#10713).
 
 2012-09-07  Paul Eggert  <address@hidden>

=== modified file 'src/textprop.c'
--- a/src/textprop.c    2012-08-28 06:20:08 +0000
+++ b/src/textprop.c    2012-09-07 14:45:28 +0000
@@ -556,7 +556,8 @@
 
 DEFUN ("get-text-property", Fget_text_property, Sget_text_property, 2, 3, 0,
        doc: /* Return the value of POSITION's property PROP, in OBJECT.
-OBJECT is optional and defaults to the current buffer.
+OBJECT should be a buffer or a string; if omitted or nil, it defaults
+to the current buffer.
 If POSITION is at the end of OBJECT, the value is nil.  */)
   (Lisp_Object position, Lisp_Object prop, Lisp_Object object)
 {


reply via email to

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