]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRobert J. Chassell <bob@rattlesnake.com>
Mon, 30 Jul 2007 16:15:28 +0000 (16:15 +0000)
committerRobert J. Chassell <bob@rattlesnake.com>
Mon, 30 Jul 2007 16:15:28 +0000 (16:15 +0000)
lispintro/ChangeLog
lispintro/emacs-lisp-intro.texi

index 2452be826fc37a327a74fd8642ea933c7f091bd1..33c4faa6eddb63684fb52ca1ca7b7356bf69606c 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-30  Robert J. Chassell  <bob@rattlesnake.com>
+
+       * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to
+       `these'.
+
 2007-07-25  Glenn Morris  <rgm@gnu.org>
 
        * Relicense all FSF files to GPLv3 or later.
index 0318ac5d3619e4c5c4bb682122769bb393b7e894..a08d7a6979adbfd07730f11eb48f134f1f81f2f7 100644 (file)
@@ -5170,7 +5170,7 @@ Function Interactive}.)  The expression reads as follows:
 
 @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