Mercurial > emacs
changeset 36872:da90c393ed4e
assq-delete-all <- assoc-delete-all
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 19 Mar 2001 14:53:19 +0000 |
parents | 279eb73aeccf |
children | 705d5129bb72 |
files | lispref/lists.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/lists.texi Mon Mar 19 14:22:49 2001 +0000 +++ b/lispref/lists.texi Mon Mar 19 14:53:19 2001 +0000 @@ -1619,10 +1619,10 @@ @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