]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos (prefer American spelling)
authorStefan Kangas <stefankangas@gmail.com>
Thu, 29 Sep 2022 13:19:01 +0000 (15:19 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 29 Sep 2022 13:20:07 +0000 (15:20 +0200)
doc/misc/modus-themes.org
etc/themes/modus-themes.el
lisp/comint.el
lisp/emacs-lisp/byte-opt.el
lisp/ielm.el
lisp/progmodes/cc-fonts.el
lisp/shell.el
test/lisp/net/mailcap-tests.el

index 1b4bf88a0cc062e20c216196169915726493d0a6..fdc1dfcaba117d40bccd572b95a460b6890edc79 100644 (file)
@@ -5852,7 +5852,7 @@ interface virtually unusable.
 
 [[#h:5808be52-361a-4d18-88fd-90129d206f9b][Option for links]].
 
-Again, one must exercise judgement in order to avoid discrimination,
+Again, one must exercise judgment in order to avoid discrimination,
 where "discrimination" refers to:
 
 + The treatment of substantially different magnitudes as if they were of
@@ -5868,11 +5868,11 @@ usability beyond matters of color---they would be making a
 not-so-obvious error of treating different cases as if they were the
 same.
 
-The Modus themes prioritise "thematic consistency" over abstract harmony
+The Modus themes prioritize "thematic consistency" over abstract harmony
 or regularity among their applicable colors.  In concrete terms, we do
 not claim that, say, our yellows are the best complements for our blues
 because we generally avoid using complementary colors side-by-side, so
-it is wrong to optimise for a decontextualised blue+yellow combination.
+it is wrong to optimize for a decontextualised blue+yellow combination.
 Not to imply that our colors do not work well together because they do,
 just to clarify that consistency of context is what themes must strive
 for, and that requires widening the scope of the design beyond the
index 6296bf90251a357de385865fc416aa209c8e95c9..a6bbdfe0bb8c1cf810a08d13b057a1a8b4f6097d 100644 (file)
@@ -1435,7 +1435,7 @@ By default, customizing a theme-related user option through the
 Custom interfaces or with `customize-set-variable' will not
 reload the currently active Modus theme.
 
-Enable this behaviour by setting this variable to nil."
+Enable this behavior by setting this variable to nil."
   :group 'modus-themes
   :package-version '(modus-themes . "1.5.0")
   :version "28.1"
index b2a04ea55aec1c72b0b4340236de97572618d348..e7d2136c8418bd49d3e929ec3331e59f91d48ae5 100644 (file)
@@ -3966,7 +3966,7 @@ an indirect buffer, whose major mode and syntax highlighting are
 set up according to `comint-indirect-setup-function'.  After this
 setup is done, run this hook with the indirect buffer as the
 current buffer.  This can be used to further customize
-fontification and other behaviour of the indirect buffer."
+fontification and other behavior of the indirect buffer."
   :group 'comint
   :type 'hook
   :version "29.1")
index ed6b7b08a49b50c6b675e894419feb4b19c6f9a7..5ef2d7fe827020918216c826dc335f9c97213937 100644 (file)
@@ -812,7 +812,7 @@ for speeding up processing.")
 (defun byte-compile-nilconstp (form)
   "Return non-nil if FORM always evaluates to a nil value."
   (setq form (byte-opt--bool-value-form form))
-  (or (not form)   ; assume (quote nil) always being normalised to nil
+  (or (not form)   ; assume (quote nil) always being normalized to nil
       (and (consp form)
            (let ((head (car form)))
              ;; FIXME: There are many other expressions that are statically nil.
@@ -1184,7 +1184,7 @@ See Info node `(elisp) Integer Basics'."
     (if (equal new-args (cdr form))
         ;; Input is unchanged: keep original form, and don't represent
         ;; a nil result explicitly because that would lead to infinite
-        ;; growth when the optimiser is iterated.
+        ;; growth when the optimizer is iterated.
         (setq nil-result nil)
       (setq form (cons (car form) new-args)))
 
index 4a10c00297627b91f5bd32de4c3e7e653f0e4b4b..ad41cb1f6bda1c1be4b82d73e6ff94dfba1e9d6a 100644 (file)
@@ -491,7 +491,7 @@ and syntax highlighting are set up with `emacs-lisp-mode'.  In
 addition to `comint-indirect-setup-hook', run this hook with the
 indirect buffer as the current buffer after its setup is done.
 This can be used to further customize fontification and other
-behaviour of the indirect buffer."
+behavior of the indirect buffer."
   :type 'boolean
   :safe 'booleanp
   :version "29.1")
index 753ae480878b0f728dcac4084ccfd569e9268a32..d2af53e837c37ef8db72d9bf58f1849262ea0126 100644 (file)
@@ -1972,7 +1972,7 @@ casts and declarations are fontified.  Used on level 2 and higher."
       (c-forward-syntactic-ws limit))))
 
 (defun c-font-lock-c++-modules (limit)
-  ;; Fontify the C++20 module stanzas, characterised by the keywords `module',
+  ;; Fontify the C++20 module stanzas, characterized by the keywords `module',
   ;; `export' and `import'.  Note that this has to be done by a function (as
   ;; opposed to regexps) due to the presence of optional C++ attributes.
   ;;
index 87fd36a5929caeb3c549de6be31619269b39d05a..18bb3722427c15c41b902d11020b648f5addcf7b 100644 (file)
@@ -324,7 +324,7 @@ enabled, is performed in an indirect buffer, whose indentation
 and syntax highlighting is set up with `sh-mode'.  In addition to
 `comint-indirect-setup-hook', run this hook with the indirect
 buffer as the current buffer after its setup is done.  This can
-be used to further customize fontification and other behaviour of
+be used to further customize fontification and other behavior of
 the indirect buffer."
   :type 'boolean
   :group 'shell
index 8d047c7ff50204ff9428d59dd1f502097bac88a7..9e60a243b3d65560b5210bd4f5819fddc97e87b2 100644 (file)
@@ -515,7 +515,7 @@ in ‘mailcap-mime-data’."
 In its current implementation ‘mailcap-add-mailcap-entry’ loses
 extra fields of an entry already existing in ‘mailcap-mime-data’.
 This test does not actually verify a correct result; it merely
-checks whether ‘mailcap-add-mailcap-entry’ behaviour is still the
+checks whether ‘mailcap-add-mailcap-entry’ behavior is still the
 incorrect one.  As such, it can be satisfied by any other result
 than the expected and known wrong one, and its success does not
 help to verify the correct addition and merging of an entry."