changeset 36099:df19dee0cf24

(Fset_text_properties): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 15 Feb 2001 12:36:22 +0000
parents 8e09294f8ffb
children 4fc43bcbdb97
files src/textprop.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Thu Feb 15 12:30:16 2001 +0000
+++ b/src/textprop.c	Thu Feb 15 12:36:22 2001 +0000
@@ -1218,7 +1218,9 @@
 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;
 {