From 2d7752a0d322db32eed4d67ca5cdf988b2427204 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 16 Oct 2008 04:09:13 +0000 Subject: [PATCH] Sean Sieger (tiny change) (Recursion with list): Fix typo. --- doc/lispintro/ChangeLog | 10 +++++++--- doc/lispintro/emacs-lisp-intro.texi | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/lispintro/ChangeLog b/doc/lispintro/ChangeLog index 62abed9af10..b0522ceead5 100644 --- a/doc/lispintro/ChangeLog +++ b/doc/lispintro/ChangeLog @@ -1,11 +1,15 @@ +2008-10-16 Sean Sieger (tiny change) + + * emacs-lisp-intro.texi (Recursion with list): Fix typo. + 2008-10-04 Karl Berry * 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 diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 6d0bcb5a4c2..a06b13f7002 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -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