emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lispref/lists.texi
Date: Thu, 21 Apr 2005 17:22:58 -0400

Index: emacs/lispref/lists.texi
diff -c emacs/lispref/lists.texi:1.50 emacs/lispref/lists.texi:1.51
*** emacs/lispref/lists.texi:1.50       Sun Mar  6 18:19:01 2005
--- emacs/lispref/lists.texi    Thu Apr 21 21:22:58 2005
***************
*** 1667,1672 ****
--- 1667,1681 ----
  @end example
  @end defun
  
+ @defun rassq-delete-all value alist
+ This function deletes from @var{alist} all the elements whose @sc{cdr}
+ is @code{eq} to @var{value}.  It returns the shortened alist, and
+ often modifies the original list structure of @var{alist}.
+ @code{rassq-delete-all} is like @code{assq-delete-all} except that it
+ compares the @sc{cdr} of each @var{alist} association instead of the
+ @sc{car}.
+ @end defun
+ 
  @ignore
     arch-tag: 31fb8a4e-4aa8-4a74-a206-aa00451394d4
  @end ignore




reply via email to

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