# HG changeset patch # User Dave Love # Date 949417981 0 # Node ID 282d42ed4ea69e5873017f610e6d090cd63b3ee3 # Parent f99efd14b9324d24382be9cf39647e6e61bea17a (Fpropertize): Doc fix. diff -r f99efd14b932 -r 282d42ed4ea6 src/editfns.c --- 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;