Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8fab6ded
Commit
8fab6ded
authored
Jul 08, 2006
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(List Elements, Building Lists, Association Lists): Remove @tindex.
parent
47a28316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lispref/lists.texi
lispref/lists.texi
+0
-3
No files found.
lispref/lists.texi
View file @
8fab6ded
...
...
@@ -245,7 +245,6 @@ This is in contrast to @code{cdr}, which signals an error if
@end example
@end defun
@tindex pop
@defmac pop listname
This macro is a way of examining the @sc{car} of a list,
and taking it off the list, all at once.
...
...
@@ -432,7 +431,6 @@ used in this example and the function named @code{list} described below;
any symbol can serve both purposes.
@end defun
@tindex push
@defmac push newelt listname
This macro provides an alternative way to write
@code{(setq @var{listname} (cons @var{newelt} @var{listname}))}.
...
...
@@ -1649,7 +1647,6 @@ the associations of one copy without affecting the other:
@end defun
@defun assq-delete-all key alist
@tindex assq-delete-all
This function deletes from @var{alist} all the elements whose @sc{car}
is @code{eq} to @var{key}, much as if you used @code{delq} to delete
each such element one by one. It returns the shortened alist, and
...
...
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