From 61b23410328cce5b22b15d06b939dead453e2721 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 19 Mar 2001 14:53:19 +0000 Subject: [PATCH] assq-delete-all <- assoc-delete-all --- lispref/lists.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2