# HG changeset patch # User Karl Berry # Date 1235331173 0 # Node ID b5d077a43e1c20e29ea2ba2c3d9dcd164facb82b # Parent a12d39ca68701a13b94bde3513442701f1b512aa dup word by diff -r a12d39ca6870 -r b5d077a43e1c doc/lispintro/ChangeLog --- a/doc/lispintro/ChangeLog Sun Feb 22 15:48:02 2009 +0000 +++ b/doc/lispintro/ChangeLog Sun Feb 22 19:32:53 2009 +0000 @@ -1,3 +1,7 @@ +2009-02-22 Karl Berry + + * emacs-lisp-intro.texi (Default Configuration): fix dup word "by by". + 2009-02-20 Juanma Barranquero * emacs-lisp-intro.texi (current-kill, Code for current-kill) diff -r a12d39ca6870 -r b5d077a43e1c doc/lispintro/emacs-lisp-intro.texi --- a/doc/lispintro/emacs-lisp-intro.texi Sun Feb 22 15:48:02 2009 +0000 +++ b/doc/lispintro/emacs-lisp-intro.texi Sun Feb 22 19:32:53 2009 +0000 @@ -17009,7 +17009,7 @@ right default for such a file, just as C mode is the right default for editing C code. (Enough programming languages have syntaxes that enable them to share or nearly share features, so C mode is -now provided by by CC mode, the `C Collection'.) +now provided by CC mode, the `C Collection'.) But when you do know who is going to use Emacs---you, yourself---then it makes sense to customize Emacs.