1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Sean Sieger <sean.sieger at gmail.com> (tiny change)

(Recursion with list): Fix typo.
This commit is contained in:
Glenn Morris 2008-10-16 04:09:13 +00:00
parent ee0f05567b
commit 2d7752a0d3
2 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,15 @@
2008-10-16 Sean Sieger <sean.sieger@gmail.com> (tiny change)
* emacs-lisp-intro.texi (Recursion with list): Fix typo.
2008-10-04 Karl Berry <karl@gnu.org>
* emacs-lisp-intro.texi: Apply similar formatting changes as for
the emacs and lispref manuals, to save pages. A couple minor
rewordings and reformatting of code to avoid overfull and
underfull lines.
(edition-number): bump to 3.08.
(update-date): bump to 4 October 2008.
underfull lines.
(edition-number): Bump to 3.08.
(update-date): Bump to 4 October 2008.
2008-06-20 Eli Zaretskii <eliz@gnu.org>

View File

@ -11541,7 +11541,7 @@ different thread of execution, with different arguments than the first
instance.
Put in yet another way, if the list is not empty, the first robot
assemblies a second robot and tells it what to do; the second robot is
assembles a second robot and tells it what to do; the second robot is
a different individual from the first, but is the same model.
When the second evaluation occurs, the @code{when} expression is