diff lispintro/emacs-lisp-intro.texi @ 82211:12580d7bad1e

*** empty log message ***
author Robert J. Chassell <bob@rattlesnake.com>
date Mon, 30 Jul 2007 16:15:28 +0000
parents 5325e1fc379d
children 539530fa389c
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi	Mon Jul 30 16:14:52 2007 +0000
+++ b/lispintro/emacs-lisp-intro.texi	Mon Jul 30 16:15:28 2007 +0000
@@ -5170,7 +5170,7 @@
 
 @noindent
 This expression is not one with letters standing for parts, as
-described earlier.  Instead, it starts a list with thee parts.
+described earlier.  Instead, it starts a list with these parts:
 
 The first part of the list is an expression to read the name of a
 buffer and return it as a string.  That is @code{read-buffer}.  The