aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2003-11-03 20:28:47 +0000
committerLuc Teirlinck2003-11-03 20:28:47 +0000
commit99e375a411f0b242765fd733c66b0078fcba2ebf (patch)
tree45aa1c47f225038a2a8dbb77c9c50208a518c99c
parentb36450674ce8fa41c4263682edaf5141fb53c81e (diff)
downloademacs-99e375a411f0b242765fd733c66b0078fcba2ebf.tar.gz
emacs-99e375a411f0b242765fd733c66b0078fcba2ebf.zip
(Symbol Plists): Mention return value of `setplist'.
-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}.
475@defun setplist symbol plist 475@defun setplist symbol plist
476This function sets @var{symbol}'s property list to @var{plist}. 476This function sets @var{symbol}'s property list to @var{plist}.
477Normally, @var{plist} should be a well-formed property list, but this is 477Normally, @var{plist} should be a well-formed property list, but this is
478not enforced. 478not enforced. The return value is @var{plist}.
479 479
480@smallexample 480@smallexample
481(setplist 'foo '(a 1 b (2 3) c nil)) 481(setplist 'foo '(a 1 b (2 3) c nil))