summaryrefslogtreecommitdiff
path: root/lispref/lists.texi
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-03-19 14:53:19 +0000
committerDave Love <fx@gnu.org>2001-03-19 14:53:19 +0000
commit61b23410328cce5b22b15d06b939dead453e2721 (patch)
tree51c5461f68ee9bd29cc1d71e7735b412f9271023 /lispref/lists.texi
parentc2c097cc4c60e6f9c68d6fc642e049dd8ed7cceb (diff)
assq-delete-all <- assoc-delete-all
Diffstat (limited to 'lispref/lists.texi')
-rw-r--r--lispref/lists.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/lists.texi b/lispref/lists.texi
index 6ae9e68d40..1f0199096f 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