changeset 98770:c9c8b8c7805c

Sean Sieger <sean.sieger at gmail.com> (tiny change) (Recursion with list): Fix typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 16 Oct 2008 04:08:35 +0000
parents 3c8503664c02
children 9f8c6cd4b37c
files doc/lispintro/emacs-lisp-intro.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispintro/emacs-lisp-intro.texi	Thu Oct 16 00:04:33 2008 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi	Thu Oct 16 04:08:35 2008 +0000
@@ -11541,7 +11541,7 @@
 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