]> git.eshelyaron.com Git - emacs.git/commitdiff
assq-delete-all <- assoc-delete-all
authorDave Love <fx@gnu.org>
Mon, 19 Mar 2001 14:53:19 +0000 (14:53 +0000)
committerDave Love <fx@gnu.org>
Mon, 19 Mar 2001 14:53:19 +0000 (14:53 +0000)
lispref/lists.texi

index 6ae9e68d4025058b88bdc97348f14255a5ee809e..1f0199096f4584d231b8e31a9d80412609760fea 100644 (file)
@@ -1619,10 +1619,10 @@ the associations of one copy without affecting the other:
 @end smallexample
 @end defun
 
-@defun assoc-delete-all key alist
-@tindex assoc-delete-all
+@defun assq-delete-all key alist
+@tindex assq-delete-all
 This function deletes from @var{alist} all the elements whose @sc{car}
-is @var{key}.  It returns the modified alist.
+is @code{eq} to @var{key}.  It returns the modified alist.
 
 @example
 (assoc-delete-all 'foo