# HG changeset patch # User Glenn Morris # Date 1214534375 0 # Node ID 93f1eb58d905d9533012383c3ec16c7ec2815006 # Parent 4a78563eb87f9f4c437e94577b1f55aeeea70744 American English spelling fix. diff -r 4a78563eb87f -r 93f1eb58d905 lib-src/etags.c --- a/lib-src/etags.c Fri Jun 27 02:38:13 2008 +0000 +++ b/lib-src/etags.c Fri Jun 27 02:39:35 2008 +0000 @@ -65,7 +65,7 @@ * 1985 Emacs TAGS format by Richard Stallman. * 1989 Sam Kendall added C++. * 1992 Joseph B. Wells improved C and C++ parsing. - * 1993 Francesco Potort́ reorganised C and C++. + * 1993 Francesco Potort́ reorganized C and C++. * 1994 Line-by-line regexp tags by Tom Tromey. * 2001 Nested classes by Francesco Potort́ (concept by Mykola Dzyuba). * 2002 #line directives by Francesco Potort́. diff -r 4a78563eb87f -r 93f1eb58d905 lisp/ChangeLog.10 --- a/lisp/ChangeLog.10 Fri Jun 27 02:38:13 2008 +0000 +++ b/lisp/ChangeLog.10 Fri Jun 27 02:39:35 2008 +0000 @@ -10404,7 +10404,7 @@ `file-exists-p. (tramp-completion-handle-file-exists-p): New function. (tramp-completion-handle-file-name-completion): Simplified. - (tramp-completion-dissect-file-name): Regexp's reorganised. + (tramp-completion-dissect-file-name): Regexp's reorganized. (tramp-completion-handle-file-name-all-completions): Call completion-function only if `user' or `host' is given. (tramp-get-completion-user-host): New function. diff -r 4a78563eb87f -r 93f1eb58d905 lisp/progmodes/cc-awk.el --- a/lisp/progmodes/cc-awk.el Fri Jun 27 02:38:13 2008 +0000 +++ b/lisp/progmodes/cc-awk.el Fri Jun 27 02:39:35 2008 +0000 @@ -26,7 +26,7 @@ ;; This file contains (most of) the adaptations to cc-mode required for the ;; integration of AWK Mode. -;; It is organised thusly, the sections being separated by page breaks: +;; It is organized thusly, the sections being separated by page breaks: ;; 1. The AWK Mode syntax table. ;; 2. Regular expressions for analyzing AWK code. ;; 3. Indentation calculation stuff ("c-awk-NL-prop text-property"). diff -r 4a78563eb87f -r 93f1eb58d905 src/ChangeLog.2 --- a/src/ChangeLog.2 Fri Jun 27 02:38:13 2008 +0000 +++ b/src/ChangeLog.2 Fri Jun 27 02:39:35 2008 +0000 @@ -2683,7 +2683,7 @@ * emacs.c, dispnew.c: Rename inhibit_x_windows inhibit_window_system. Understand "-nw" command-line option. - Reorganise init_display a little to make other window-system + Reorganize init_display a little to make other window-system code easier to accommodate. * editfns.c (Fformat):