summaryrefslogtreecommitdiff
path: root/doc/lispintro/emacs-lisp-intro.texi
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 /doc/lispintro/emacs-lisp-intro.texi
parentee0f05567bcd931a29eef844d6e2e9e8378c8c31 (diff)
downloademacs-2d7752a0d322db32eed4d67ca5cdf988b2427204.tar.gz
Sean Sieger <sean.sieger at gmail.com> (tiny change)
(Recursion with list): Fix typo.
Diffstat (limited to 'doc/lispintro/emacs-lisp-intro.texi')
-rw-r--r--doc/lispintro/emacs-lisp-intro.texi2
1 files changed, 1 insertions, 1 deletions
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