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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/symbols.texi
Date: Wed, 13 Aug 2003 13:26:22 -0400

Index: emacs/lispref/symbols.texi
diff -c emacs/lispref/symbols.texi:1.18 emacs/lispref/symbols.texi:1.19
*** emacs/lispref/symbols.texi:1.18     Tue Feb  4 09:47:54 2003
--- emacs/lispref/symbols.texi  Wed Aug 13 13:26:21 2003
***************
*** 560,565 ****
--- 560,575 ----
              (plist-put (symbol-plist symbol) prop value)))
  @end example
  
+ @defun lax-plist-get plist property
+ Like @code{plist-get} except that it compares properties
+ using @code{equal} instead of @code{eq}.
+ @end defun
+ 
+ @defun lax-plist-put plist property value
+ Like @code{plist-put} except that it compares properties
+ using @code{equal} instead of @code{eq}.
+ @end defun
+ 
  @defun plist-member plist property
  @tindex plist-member
  This returns address@hidden if @var{plist} contains the given




reply via email to

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