diff src/data.c @ 52938:2d50b0e7a79c

(Fsetplist): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 26 Oct 2003 18:48:19 +0000
parents ab6a470dc45f
children 369a7f9f7dc2
line wrap: on
line diff
--- a/src/data.c	Sun Oct 26 18:46:48 2003 +0000
+++ b/src/data.c	Sun Oct 26 18:48:19 2003 +0000
@@ -728,7 +728,7 @@
 }
 
 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;
 {