From: Robert J. Chassell Date: Mon, 30 Jul 2007 16:15:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~11645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05b6a3f3c05b3d8589a67926f19bfda8d03b71bd;p=emacs.git *** empty log message *** --- diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 2452be826fc..33c4faa6edd 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -1,3 +1,8 @@ +2007-07-30 Robert J. Chassell + + * emacs-lisp-intro.texi: Fix typo on line 5173, change `thee' to + `these'. + 2007-07-25 Glenn Morris * Relicense all FSF files to GPLv3 or later. diff --git a/lispintro/emacs-lisp-intro.texi b/lispintro/emacs-lisp-intro.texi index 0318ac5d361..a08d7a6979a 100644 --- a/lispintro/emacs-lisp-intro.texi +++ b/lispintro/emacs-lisp-intro.texi @@ -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