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: Tue, 14 Oct 2003 19:10:19 -0400

Index: emacs/lispref/symbols.texi
diff -c emacs/lispref/symbols.texi:1.17.8.1 emacs/lispref/symbols.texi:1.17.8.2
*** emacs/lispref/symbols.texi:1.17.8.1 Fri Apr  4 01:20:42 2003
--- emacs/lispref/symbols.texi  Tue Oct 14 19:10:12 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
***************
*** 568,570 ****
--- 578,584 ----
  The value is actually the tail of @var{plist} whose @code{car} is
  @var{property}.
  @end defun
+ 
+ @ignore
+    arch-tag: 8750b7d2-de4c-4923-809a-d35fc39fd8ce
+ @end ignore




reply via email to

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