changeset 52991:228cbf0968c7

(Symbol Plists): Mention return value of `setplist'.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 03 Nov 2003 20:28:47 +0000
parents 1a45f289a691
children 3084104990c8
files lispref/symbols.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/symbols.texi	Mon Nov 03 20:24:08 2003 +0000
+++ b/lispref/symbols.texi	Mon Nov 03 20:28:47 2003 +0000
@@ -475,7 +475,7 @@
 @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))