summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
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))