Mercurial > emacs
changeset 96373:93f1eb58d905
American English spelling fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 27 Jun 2008 02:39:35 +0000 |
parents | 4a78563eb87f |
children | 0f44fb08e72f |
files | lib-src/etags.c lisp/ChangeLog.10 lisp/progmodes/cc-awk.el src/ChangeLog.2 |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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́.
--- 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.
--- 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").
--- 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):