diff options
| author | Luc Teirlinck | 2003-11-03 20:28:47 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-11-03 20:28:47 +0000 |
| commit | 99e375a411f0b242765fd733c66b0078fcba2ebf (patch) | |
| tree | 45aa1c47f225038a2a8dbb77c9c50208a518c99c | |
| parent | b36450674ce8fa41c4263682edaf5141fb53c81e (diff) | |
| download | emacs-99e375a411f0b242765fd733c66b0078fcba2ebf.tar.gz emacs-99e375a411f0b242765fd733c66b0078fcba2ebf.zip | |
(Symbol Plists): Mention return value of `setplist'.
| -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}. | |||
| 475 | @defun setplist symbol plist | 475 | @defun setplist symbol plist |
| 476 | This function sets @var{symbol}'s property list to @var{plist}. | 476 | This function sets @var{symbol}'s property list to @var{plist}. |
| 477 | Normally, @var{plist} should be a well-formed property list, but this is | 477 | Normally, @var{plist} should be a well-formed property list, but this is |
| 478 | not enforced. | 478 | not 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)) |