From: Dave Love Date: Mon, 19 Mar 2001 14:53:19 +0000 (+0000) Subject: assq-delete-all <- assoc-delete-all X-Git-Tag: emacs-pretest-21.0.101~259 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61b23410328cce5b22b15d06b939dead453e2721;p=emacs.git assq-delete-all <- assoc-delete-all --- diff --git a/lispref/lists.texi b/lispref/lists.texi index 6ae9e68d402..1f0199096f4 100644 --- a/lispref/lists.texi +++ b/lispref/lists.texi @@ -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