]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_text_properties): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Feb 2001 12:36:44 +0000 (12:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Feb 2001 12:36:44 +0000 (12:36 +0000)
src/ChangeLog
src/textprop.c

index 295773aabaa2fa8d00f1d178e25234f5ecbaaaf0..e004696d3c0e6a55dfad17ba9fb3c5bd08a2c730 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * textprop.c (Fset_text_properties): Doc fix.
+
 2001-02-15  Gerd Moellmann  <gerd@gnu.org>
 
        * dispnew.c (update_text_area): Undo change of 2001-01-12.
index a84d618ce69d6a9cc5544ebded70e33fd6ba51d3..87a3c09cc11f67c17bfbcf955caa4290a655b900 100644 (file)
@@ -1218,7 +1218,9 @@ DEFUN ("set-text-properties", Fset_text_properties,
 The third argument PROPERTIES is the new property list.\n\
 The optional fourth argument, OBJECT,\n\
 is the string or buffer containing the text.\n\
-If OBJECT is omitted or nil, it defaults to the current buffer.")
+If OBJECT is omitted or nil, it defaults to the current buffer.\n\
+If PROPERTIES is nil, the effect is to remove all properties from\n\
+the designated part of OBJECT.")
   (start, end, properties, object)
      Lisp_Object start, end, properties, object;
 {