diff src/editfns.c @ 27559:282d42ed4ea6

(Fpropertize): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 01 Feb 2000 15:13:01 +0000
parents a1fc4f6f01bf
children 9400865ec7cf
line wrap: on
line diff
--- a/src/editfns.c	Tue Feb 01 15:01:28 2000 +0000
+++ b/src/editfns.c	Tue Feb 01 15:13:01 2000 +0000
@@ -2794,7 +2794,7 @@
 DEFUN ("propertize", Fpropertize, Spropertize, 3, MANY, 0,
        "Return a copy of STRING with text properties added.\n\
 First argument is the string to copy.\n\
-Remaining arguments are sequences of PROPERTY VALUE pairs for text\n\
+Remaining arguments form a sequence of PROPERTY VALUE pairs for text\n\
 properties to add to the result ")
   (nargs, args)
      int nargs;