summaryrefslogtreecommitdiff
path: root/lispref
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
commitd07945e607a49509e24e2b242638785403103b45 (patch)
tree387986c589d31bcb4b7184a655ea4decfdf32691 /lispref
parenta2f077c8a52c740fb1c26e64127e1412e9a74029 (diff)
downloademacs-d07945e607a49509e24e2b242638785403103b45.tar.gz
assq-delete-all <- assoc-delete-all
Diffstat (limited to 'lispref')
-rw-r--r--lispref/lists.texi6
1 files 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