summaryrefslogtreecommitdiff
path: root/lispref/symbols.texi
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2003-11-03 20:28:47 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2003-11-03 20:28:47 +0000
commit99e375a411f0b242765fd733c66b0078fcba2ebf (patch)
tree45aa1c47f225038a2a8dbb77c9c50208a518c99c /lispref/symbols.texi
parentb36450674ce8fa41c4263682edaf5141fb53c81e (diff)
downloademacs-99e375a411f0b242765fd733c66b0078fcba2ebf.tar.gz
(Symbol Plists): Mention return value of `setplist'.
Diffstat (limited to 'lispref/symbols.texi')
-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))