[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/symbols.texi
From: |
Luc Teirlinck |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/symbols.texi |
Date: |
Mon, 03 Nov 2003 15:28:48 -0500 |
Index: emacs/lispref/symbols.texi
diff -c emacs/lispref/symbols.texi:1.20 emacs/lispref/symbols.texi:1.21
*** emacs/lispref/symbols.texi:1.20 Mon Sep 1 11:45:41 2003
--- emacs/lispref/symbols.texi Mon Nov 3 15:28:47 2003
***************
*** 475,481 ****
@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.
@smallexample
(setplist 'foo '(a 1 b (2 3) c nil))
--- 475,481 ----
@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. The return value is @var{plist}.
@smallexample
(setplist 'foo '(a 1 b (2 3) c nil))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lispref/symbols.texi,
Luc Teirlinck <=