From: Dave Love Date: Tue, 1 Feb 2000 15:13:01 +0000 (+0000) Subject: (Fpropertize): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~5141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76329875ff357b2b6193a393576980093f235ad9;p=emacs.git (Fpropertize): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index 64c62112776..fcc59979fe1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2794,7 +2794,7 @@ DEFUN ("current-message", Fcurrent_message, Scurrent_message, 0, 0, 0, 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;