From 99e375a411f0b242765fd733c66b0078fcba2ebf Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 3 Nov 2003 20:28:47 +0000 Subject: [PATCH] (Symbol Plists): Mention return value of `setplist'. --- lispref/symbols.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.4.GIT