# HG changeset patch # User Luc Teirlinck # Date 1067891327 0 # Node ID 228cbf0968c7aaac98a28eed0149ae418a45d173 # Parent 1a45f289a6910f8eea7a033533dd484c6e0a1ed2 (Symbol Plists): Mention return value of `setplist'. diff -r 1a45f289a691 -r 228cbf0968c7 lispref/symbols.texi --- 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))