]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpropertize): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 1 Feb 2000 15:13:01 +0000 (15:13 +0000)
committerDave Love <fx@gnu.org>
Tue, 1 Feb 2000 15:13:01 +0000 (15:13 +0000)
src/editfns.c

index 64c62112776baded2eeb14e9e342f03287a13767..fcc59979fe131894dec1da0c19e3b6cfc583201a 100644 (file)
@@ -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;