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
2153fe6e
Commit
2153fe6e
authored
Mar 20, 2001
by
Gerd Moellmann
Browse files
Change assoc-delete-all to assq-delete-all.
parent
7b8bbf72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lispref/anti.texi
lispref/anti.texi
+1
-1
lispref/lists.texi
lispref/lists.texi
+2
-2
No files found.
lispref/anti.texi
View file @
2153fe6e
...
@@ -176,7 +176,7 @@ The function @code{buffer-size} always reports on the
...
@@ -176,7 +176,7 @@ The function @code{buffer-size} always reports on the
current buffer.
current buffer.
@item
@item
The function @code{ass
oc
-delete-all} has itself been deleted.
The function @code{ass
q
-delete-all} has itself been deleted.
So there!
So there!
@item
@item
...
...
lispref/lists.texi
View file @
2153fe6e
...
@@ -1625,8 +1625,8 @@ This function deletes from @var{alist} all the elements whose @sc{car}
...
@@ -1625,8 +1625,8 @@ This function deletes from @var{alist} all the elements whose @sc{car}
is @code{eq} to @var{key}. It returns the modified alist.
is @code{eq} to @var{key}. It returns the modified alist.
@example
@example
(ass
oc
-delete-all 'foo
(ass
q
-delete-all 'foo
'((foo 1) (bar 2) (foo 3) (lose 4)))
'((foo 1) (bar 2) (foo 3) (lose 4)))
@result{} ((bar 2) (lose 4))
@result{} ((bar 2) (lose 4))
@end example
@end example
@end defun
@end defun
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