1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

dup word by

This commit is contained in:
Karl Berry 2009-02-22 19:32:53 +00:00
parent 1b3b981ba9
commit 6bd6c2faca
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -17009,7 +17009,7 @@ person hopes to do with an unadorned file? Fundamental mode is the
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.