emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/symbols.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/symbols.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:50 -0500

Index: emacs/lispref/symbols.texi
diff -c emacs/lispref/symbols.texi:1.17.8.2 emacs/lispref/symbols.texi:1.17.8.3
*** emacs/lispref/symbols.texi:1.17.8.2 Tue Oct 14 19:10:12 2003
--- emacs/lispref/symbols.texi  Thu Nov 20 19:35: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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]