summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-10-16 04:09:13 +0000
committerGlenn Morris <rgm@gnu.org>2008-10-16 04:09:13 +0000
commit2d7752a0d322db32eed4d67ca5cdf988b2427204 (patch)
treede2e450b3937953d367c33f0f93da527cbee9ead
parentee0f05567bcd931a29eef844d6e2e9e8378c8c31 (diff)
downloademacs-2d7752a0d322db32eed4d67ca5cdf988b2427204.tar.gz
Sean Sieger <sean.sieger at gmail.com> (tiny change)
(Recursion with list): Fix typo.
-rw-r--r--doc/lispintro/ChangeLog10
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
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 <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>
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