Mercurial > emacs
changeset 102187:b5d077a43e1c
dup word by
author | Karl Berry <karl@gnu.org> |
---|---|
date | Sun, 22 Feb 2009 19:32:53 +0000 |
parents | a12d39ca6870 |
children | 5b03625f855a |
files | doc/lispintro/ChangeLog doc/lispintro/emacs-lisp-intro.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <karl@gnu.org> + + * emacs-lisp-intro.texi (Default Configuration): fix dup word "by by". + 2009-02-20 Juanma Barranquero <lekktu@gmail.com> * emacs-lisp-intro.texi (current-kill, Code for current-kill)
--- 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.