Mercurial > emacs
changeset 52938:2d50b0e7a79c
(Fsetplist): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 26 Oct 2003 18:48:19 +0000 |
parents | b22c138cc1fd |
children | 1612d8a28e74 |
files | src/data.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {