]> code.delx.au - gnu-emacs/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Feb 2016 03:44:38 +0000 (19:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 15 Feb 2016 03:45:12 +0000 (19:45 -0800)
ChangeLog.2
lisp/ChangeLog.13
lisp/ChangeLog.17
lisp/doc-view.el
lisp/gnus/ChangeLog.3
src/emacs.c

index f6d67e24eaf29cfac33308c2138799a26a5627e6..e441fd184dde22a6d013efb017e227c59c1ec17a 100644 (file)
        that as the same name can be used for different locations in different
        SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and
        `local-variable-p' to check if cell name is already in use in this
-       sheet or needs initialisation.
+       sheet or needs initialization.
        (ses-relocate-all): Cell value relocation : 1) like for name
        relocation use the `ses-cell' property rather than comparing actual
        name to corresponding standard name. 2) Correct bug introduced in
        (unexec): Don't search for bss style sections by name.  Instead,
        use the last PT_LOAD header address range covered by p_memsz
        but not p_filesz and match any SHT_NOBITS section in that
-       address range.  Simplify initialisation of section header vars.
+       address range.  Simplify initialization of section header vars.
        Don't assume that section headers are above bss segment.  Move
        copying of bss area out of section loop.  Align .data2 section
        to 1, since it now covers the entire bss area.  For SHT_NOBITS
        Separate out some of the more mechanical changes so following patches
        are smaller.
 
-       * src/unexelf.c (unexec): Rearrange initialisation of program
+       * src/unexelf.c (unexec): Rearrange initialization of program
        header vars.  Use pointer vars in loops rather than indexing
        section header array via macros.  Simplify _OBJC_ sym code
        and reloc handling code.
index 041e8c0c86b1f4964ec4afaf8ecaf0c53cdddf28..d792889b3b7afeadbab2fe2046e5b238f9fc8bc1 100644 (file)
 2007-11-07  Glenn Morris  <rgm@gnu.org>
 
        * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
-       Remove superfluous concats.  Move final set-buffer to
+       Remove superfluous concatenations.  Move final set-buffer to
        non-emacs-specific code.
 
 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
index 1785a3367320937ebe9a9b355c6f0e361c88f60d..ee03661ece09105c29263173e0f7921a1eb64a09 100644 (file)
 
        * net/shr.el (shr-insert): Make sure the space inserted has the
        right font (for width).
-       (shr-fill-line): Preserve background colours when indenting/folding.
+       (shr-fill-line): Preserve background colors when indenting/folding.
        (shr-ensure-paragraph): Don't insert a new paragraph as the first
        item in a <li>.
 
index bc5c1d254b9d03a5c4df82bffb1cd004f9db2622..4cf4ce264f7fee6796096204abca52791b83b95c 100644 (file)
@@ -699,8 +699,8 @@ It's a subdirectory of `doc-view-cache-directory'."
            (concat (thread-last (file-name-nondirectory doc-view--buffer-file-name)
                       ;; bug#13679
                       (subst-char-in-string ?% ?_)
-                      ;; arc-mode concats archive name and file name
-                      ;; with colon which is illegal on Windows.
+                      ;; arc-mode concatenates archive name and file name
+                      ;; with colon, which is illegal on MS-Windows.
                       (subst-char-in-string ?: ?_))
                     "-"
                     (let ((file doc-view--buffer-file-name))
index 5e7e95b046620200bc94ba110b51c73fcfd65990..e6cbe0458b4d42d1f0077608a1a19983ea9c2287 100644 (file)
        * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
        we can navigate to them.
 
-       * shr.el (shr-colorize-region): Put the colours over the entire region.
+       * shr.el (shr-colorize-region): Put the colors over the entire region.
        (shr-inhibit-decoration): New variable.
        (shr-add-font): Use it to inhibit text property decorations while doing
        preliminary table renderings.  This speeds up typical Wikipedia page
        * shr.el (shr-expand-url): Respect // URLs.
 
        * eww.el (eww-tag-body): Override the shr body rendering so that we can
-       put a background colour onto the entire buffer.
+       put a background color onto the entire buffer.
        (eww-render): When being redirected, use the redirect URL as the new
        base URL.
 
 
        * mm-archive.el (mm-archive-decoders): Add support for tar.
 
-       * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
+       * gnus.el (gnus-logo-color-alist): Change the colors for Ma Gnus.
 
        * nnmail.el (nnmail-extra-headers): Add Cc to the default.
 
index ab5d777aa2eb0d375a16472a7477e6b2e3e3b775..9bf996a0da31c77312110be0ce920fdf64b79dd3 100644 (file)
@@ -1311,8 +1311,8 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
 #endif
 
 #ifdef HAVE_NS
-  /* Initialise the locale from user defaults. */
-  ns_init_locale();
+  /* Initialize the locale from user defaults.  */
+  ns_init_locale ();
 #endif
 
   /* Initialize and GC-protect Vinitial_environment and