Sean Sieger <sean.sieger at gmail.com> (tiny change)
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Oct 2008 04:09:13 +0000 (04:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 16 Oct 2008 04:09:13 +0000 (04:09 +0000)
(Recursion with list): Fix typo.

doc/lispintro/ChangeLog
doc/lispintro/emacs-lisp-intro.texi

index 62abed9..b0522ce 100644 (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>
 
index 6d0bcb5..a06b13f 100644 (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