]> code.delx.au - gnu-emacs/commitdiff
(Fsetplist): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Oct 2003 18:48:19 +0000 (18:48 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 26 Oct 2003 18:48:19 +0000 (18:48 +0000)
src/data.c

index 3585d2d105b29f40cedc87b2eb5ff6808b11bec5..c397bc146c4bee1062f67ccbd2df39d1305de62e 100644 (file)
@@ -728,7 +728,7 @@ determined by DEFINITION.  */)
 }
 
 DEFUN ("setplist", Fsetplist, Ssetplist, 2, 2, 0,
-       doc: /* Set SYMBOL's property list to NEWVAL, and return NEWVAL.  */)
+       doc: /* Set SYMBOL's property list to NEWPLIST, and return NEWPLIST.  */)
      (symbol, newplist)
      register Lisp_Object symbol, newplist;
 {