# HG changeset patch # User Glenn Morris # Date 1214534293 0 # Node ID 4a78563eb87f9f4c437e94577b1f55aeeea70744 # Parent ed744a881cc03d2ca7a9c741de6bde73e8db5535 American English spelling fix. diff -r ed744a881cc0 -r 4a78563eb87f doc/misc/rcirc.texi --- a/doc/misc/rcirc.texi Fri Jun 27 02:36:35 2008 +0000 +++ b/doc/misc/rcirc.texi Fri Jun 27 02:38:13 2008 +0000 @@ -174,7 +174,7 @@ single server redirects new connections to a random server in the network. @code{irc.freenode.net} is such a server for the Freenode network. Freenode provides the network ``for the Free and Open Source -Software communities, for not-for-profit organisations and for related +Software communities, for not-for-profit organizations and for related communities and organizations.'' @cindex port, connecting diff -r ed744a881cc0 -r 4a78563eb87f lib-src/ChangeLog --- a/lib-src/ChangeLog Fri Jun 27 02:36:35 2008 +0000 +++ b/lib-src/ChangeLog Fri Jun 27 02:38:13 2008 +0000 @@ -1533,7 +1533,7 @@ * etags.c (add_regex): Better check for null regexps. (readline): Check for regex matching null string. - (find_entries): Reorganisation. + (find_entries): Reorganization. 2002-06-07 Francesco Potortì diff -r ed744a881cc0 -r 4a78563eb87f lisp/ChangeLog.10 --- a/lisp/ChangeLog.10 Fri Jun 27 02:36:35 2008 +0000 +++ b/lisp/ChangeLog.10 Fri Jun 27 02:38:13 2008 +0000 @@ -8103,7 +8103,7 @@ * tooltip.el (tooltip-gud-print-command): Add server prefix to the print command for gdb to keep it out of the command history. - * gdb-ui.el: Major re-organisation. Simplify legacy gdba + * gdb-ui.el: Major re-organization. Simplify legacy gdba code to allow only one gdb process. 2002-11-23 Markus Rost diff -r ed744a881cc0 -r 4a78563eb87f lisp/ChangeLog.6 --- a/lisp/ChangeLog.6 Fri Jun 27 02:36:35 2008 +0000 +++ b/lisp/ChangeLog.6 Fri Jun 27 02:38:13 2008 +0000 @@ -5477,7 +5477,7 @@ 1995-10-26 Simon Marshall - * font-lock.el: General reorganisation. + * font-lock.el: General reorganization. (font-lock-fontify-syntactically-region): Renamed from font-lock-fontify-region. Assume that region end-points are at bol. Don't bother wrapping with save-excursion; caller does this.