changeset 35694:c88c651ff00c

(Fset_text_properties): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 Jan 2001 16:49:57 +0000
parents 3d150be309d9
children 8bac5c752b89
files src/textprop.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Mon Jan 29 16:31:00 2001 +0000
+++ b/src/textprop.c	Mon Jan 29 16:49:57 2001 +0000
@@ -1217,7 +1217,8 @@
   "Completely replace properties of text from START to END.\n\
 The third argument PROPERTIES is the new property list.\n\
 The optional fourth argument, OBJECT,\n\
-is the string or buffer containing the text.")
+is the string or buffer containing the text.
+If OBJECT is omitted or nil, it defaults to the current buffer.")
   (start, end, properties, object)
      Lisp_Object start, end, properties, object;
 {