From: Luc Teirlinck Date: Mon, 3 Nov 2003 20:28:47 +0000 (+0000) Subject: (Symbol Plists): Mention return value of `setplist'. X-Git-Tag: ttn-vms-21-2-B4~8423 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=99e375a411f0b242765fd733c66b0078fcba2ebf;p=emacs.git (Symbol Plists): Mention return value of `setplist'. --- diff --git a/lispref/symbols.texi b/lispref/symbols.texi index 6542d4b3d9f..6cde2115259 100644 --- a/lispref/symbols.texi +++ b/lispref/symbols.texi @@ -475,7 +475,7 @@ This function returns the property list of @var{symbol}. @defun setplist symbol plist This function sets @var{symbol}'s property list to @var{plist}. Normally, @var{plist} should be a well-formed property list, but this is -not enforced. +not enforced. The return value is @var{plist}. @smallexample (setplist 'foo '(a 1 b (2 3) c nil))