Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61b23410
Commit
61b23410
authored
Mar 19, 2001
by
Dave Love
Browse files
assq-delete-all <- assoc-delete-all
parent
c2c097cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lispref/lists.texi
lispref/lists.texi
+3
-3
No files found.
lispref/lists.texi
View file @
61b23410
...
...
@@ -1619,10 +1619,10 @@ the associations of one copy without affecting the other:
@end smallexample
@end defun
@defun ass
oc
-delete-all key alist
@tindex ass
oc
-delete-all
@defun ass
q
-delete-all key alist
@tindex ass
q
-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment