]> code.delx.au - gnu-emacs/commitdiff
(Symbol Plists): Mention return value of `setplist'.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 3 Nov 2003 20:28:47 +0000 (20:28 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 3 Nov 2003 20:28:47 +0000 (20:28 +0000)
lispref/symbols.texi

index 6542d4b3d9f76ba20144c26b3bf7932f771b1a66..6cde2115259d46353e16a8f0b37bc66513155590 100644 (file)
@@ -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))