diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-03 20:28:47 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2003-11-03 20:28:47 +0000 |
commit | 99e375a411f0b242765fd733c66b0078fcba2ebf (patch) | |
tree | 45aa1c47f225038a2a8dbb77c9c50208a518c99c /lispref/symbols.texi | |
parent | b36450674ce8fa41c4263682edaf5141fb53c81e (diff) | |
download | emacs-99e375a411f0b242765fd733c66b0078fcba2ebf.tar.gz |
(Symbol Plists): Mention return value of `setplist'.
Diffstat (limited to 'lispref/symbols.texi')
-rw-r--r-- | lispref/symbols.texi | 2 |
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)) |