changeset 57378:ec29b8d91b96

Fix typo: ``the' to ``the''.
author Robert J. Chassell <bob@rattlesnake.com>
date Fri, 08 Oct 2004 13:07:25 +0000
parents 5a1948872fee
children ea05d398b4d7
files lispintro/emacs-lisp-intro.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispintro/emacs-lisp-intro.texi	Fri Oct 08 11:45:20 2004 +0000
+++ b/lispintro/emacs-lisp-intro.texi	Fri Oct 08 13:07:25 2004 +0000
@@ -18025,7 +18025,7 @@
 
 Sometimes when you you write text, you duplicate words---as with ``you
 you'' near the beginning of this sentence.  I find that most
-frequently, I duplicate ``the'; hence, I call the function for
+frequently, I duplicate ``the''; hence, I call the function for
 detecting duplicated words, @code{the-the}.
 
 @need 1250