]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos (prefer US spelling)
authorStefan Kangas <stefankangas@gmail.com>
Fri, 18 Nov 2022 12:06:55 +0000 (13:06 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 18 Nov 2022 12:06:55 +0000 (13:06 +0100)
24 files changed:
ChangeLog.3
doc/lispref/errors.texi
doc/lispref/functions.texi
doc/lispref/minibuf.texi
doc/misc/modus-themes.org
doc/misc/ses.texi
doc/misc/tramp.texi
etc/NEWS.28
lisp/calc/calc-graph.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/package.el
lisp/gnus/gnus-search.el
lisp/leim/quail/indian.el
lisp/mail/ietf-drums-date.el
lisp/progmodes/cc-engine.el
lisp/so-long.el
lisp/subr.el
lisp/vc/diff-mode.el
lisp/x-dnd.el
src/eval.c
src/frame.c
src/haikuselect.c
test/lisp/emacs-lisp/syntax-tests.el
test/lisp/net/dbus-tests.el

index b76431fbbdd356d0541da3bd5b2ce35da0e83743..a78f53f377bf2d9185cf13726c8b0c2a270cd737 100644 (file)
        Fix ert errors when there's a test that binds `debug-on-error'
 
        * lisp/emacs-lisp/ert.el (ert--run-test-internal): Don't infloop
-       on errors when signalling errors (bug#51131).
+       on errors when signaling errors (bug#51131).
 
 2021-10-10  Paul Eggert  <eggert@cs.ucla.edu>
 
 
 2021-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Fix up invalid_syntax error signalling
+       Fix up invalid_syntax error signaling
 
        * src/lread.c (invalid_syntax_lisp): Instead of putting the
        line/column in a string, signal an error containing the numbers as
        user-error when there's a wrong password (bug#43704).
        (epa--wrong-password-p): New function.
        (epa-file-insert-file-contents): Use it, and stash the error away
-       for later signalling.
+       for later signaling.
 
        * lisp/emacs-lisp/subr-x.el (if-let): Autoload.
 
        * lisp/textmodes/tex-mode.el (tex-font-lock-keywords-2): End the
        expression before the terminating $ in constructions like $\it
        identifiername$
-       (bug#28277). This avoids italicising the final $ character.
+       (bug#28277). This avoids italicizing the final $ character.
 
        This fixes the final $ of the final test case here:
 
 
 2020-08-08  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Modernise a code example in os.texi
+       Modernize a code example in os.texi
 
        * doc/lispref/os.texi (Session Management): Use
        with-current-buffer in the example instead of save+switch (bug#40341).
 
        * lisp/net/eww.el (eww-list-bookmarks): Don't show buffer if there
        are no bookmarks.  (Bug#41385)
-       (eww-bookmark-prepare): Move signalling an error if there are no
+       (eww-bookmark-prepare): Move signaling an error if there are no
        bookmarks from here...
        (eww-read-bookmarks): ...to here.  Add new argument `error-out' to
        control this.
        (Create_Pixmap_From_Bitmap_Data):
        (xpm_load): Use new function.
        * src/xterm.c (x_composite_image): Use PictOpOver when there is a mask
-       so the transparency is honoured.
+       so the transparency is honored.
        (x_draw_image_foreground_1): Use x_composite_image.
 
 2019-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
        Make the NSM not pop up an X dialogue on non-mouse actions
 
        * lisp/emacs-lisp/rmc.el (read-multiple-choice): Don't pop up X
-       dialogues on (url-retrieve "https://expired.badssl.com/" #'ignore)
+       dialogs on (url-retrieve "https://expired.badssl.com/" #'ignore)
        and the like.
 
 2019-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
 
 2019-08-21  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Make hide-ifdef-mode-prefix-key customisable
+       Make hide-ifdef-mode-prefix-key customizable
 
        * lisp/progmodes/hideif.el (hide-ifdef-mode-prefix-key): Make into
        a defcustom since it seems like this is something that should be
        Fix diff-mode face problem when used in terminals (Bug#35695)
 
        In a terminal supporting 256 colors, both diff-added and diff-removed
-       was mapped to the same greyish color.
+       was mapped to the same grayish color.
 
        * lisp/vc/diff-mode.el: Modify the colors of diff-removed,
          diff-added, diff-refine-removed, and diff-refine-added when
 
 2018-04-17  Basil L. Contovounesios  <contovob@tcd.ie>
 
-       Modernise face specs and set version tags in eww/shr
+       Modernize face specs and set version tags in eww/shr
 
        * lisp/net/shr.el (shr-strike-through, shr-link, shr-selected-link):
        Set :version tag (bug#31200).
 
 2018-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Modernise a Gnus function a bit
+       Modernize a Gnus function a bit
 
        * lisp/gnus/gnus-start.el (gnus-update-active-hashtb-from-killed):
-       Modernise code a bit.
+       Modernize code a bit.
 
 2018-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
 
        5a7d009 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete al...
        e019c35 FOR_EACH_FRAME no longer assumes frame-list
        d64b88d * src/font.c (Ffont_info): Doc fix.  (Bug#29682)
-       92b2604 Modernise message.el face spec syntax
+       92b2604 Modernize message.el face spec syntax
        b1efbe6 Update message.el obsolete face aliases
        2494c14 ; * lisp/comint.el (comint-terminfo-terminal): Add a :version...
        12ad276 Improve documentation of TERM environment variable
        5a7d0095a4 * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete...
        e019c35df6 FOR_EACH_FRAME no longer assumes frame-list
        d64b88da2f * src/font.c (Ffont_info): Doc fix.  (Bug#29682)
-       92b2604a7f Modernise message.el face spec syntax
+       92b2604a7f Modernize message.el face spec syntax
        b1efbe6564 Update message.el obsolete face aliases
        2494c14e76 ; * lisp/comint.el (comint-terminfo-terminal): Add a :vers...
        12ad276d15 Improve documentation of TERM environment variable
 
 2017-12-15  Basil L. Contovounesios  <contovob@tcd.ie>
 
-       Modernise message.el face spec syntax
+       Modernize message.el face spec syntax
 
        * lisp/gnus/message.el (message-header-to, message-header-cc)
        (message-header-subject, message-header-newsgroups)
index 44a62dcebca09d0389b12782fa354877d5520e47..cb05290abd11ec82798081e9a0fc7da89b36216c 100644 (file)
@@ -242,7 +242,7 @@ The message is @samp{Cannot determine image type}.  @xref{Images}.
 
 @item inhibited-interaction
 The message is @samp{User interaction while inhibited}.  This error is
-signalled when @code{inhibit-interaction} is non-@code{nil} and a user
+signaled when @code{inhibit-interaction} is non-@code{nil} and a user
 interaction function (like @code{read-from-minibuffer}) is called.
 @end table
 
index 7ffde7d43d1bac08409f773fbe0175122b67c45b..9d5a2661916dbe74c56846bb3f6023ac03a79dab 100644 (file)
@@ -734,7 +734,7 @@ a list of symbols representing the function alias chain, else
     @result{} (b c)
 @end example
 
-If there's a loop in the definitions, an error will be signalled.  If
+If there's a loop in the definitions, an error will be signaled.  If
 @var{noerror} is non-@code{nil}, the non-looping parts of the chain is
 returned instead.
 @end defun
index 089ae41f32e2aa52d4d68d1de49217a9e7dbb5d7..332a453619c1e3212464b2847ff5a90eb8b858e6 100644 (file)
@@ -2745,7 +2745,7 @@ Here's a typical use case:
 If @code{my-client-handling-function} ends up calling something that
 asks the user for something (via @code{y-or-n-p} or
 @code{read-from-minibuffer} or the like), an
-@code{inhibited-interaction} error is signalled instead.  The server
+@code{inhibited-interaction} error is signaled instead.  The server
 code then catches that error and reports it to the client.
 
 @node Minibuffer Misc
index 56ba5fd3485ba3f46bd47cb4b89142d3ff67164b..db92dfb481749466d74d1240228b441b88568f01 100644 (file)
@@ -3649,7 +3649,7 @@ specification of that variable looks like this:
 
 With the exception of ~org-verbatim~ and ~org-code~ faces, everything else
 uses the corresponding type of emphasis: a bold typographic weight, or
-italicised, underlined, and struck through text.
+italicized, underlined, and struck through text.
 
 The best way for users to add some extra attributes, such as a
 foreground color, is to define their own faces and assign them to the
index 6d0415cdbbb4e1237539ff27bff477dec1d8940f..e3ef11ebc026af26780d6d0ad0701cf2ea9a45ad 100644 (file)
@@ -750,13 +750,13 @@ when you pass a cell name to the @command{ses-jump} command (@kbd{j}),
 it changes the entered cell name to that where to jump. The default
 setting @code{upcase} allows you to enter the cell name in low
 case. Another use of @code{ses-jump-cell-name-function} could be some
-internationalisation to convert non latin characters into latin
+internationalization to convert non latin characters into latin
 equivalents to name the cell. Instead of a cell name, the function may
 return cell coordinates in the form of a cons, for instance @code{(0
 . 0)} for cell @code{A1}, @code{(1 . 0)} for cell @code{A2}, etc.
 
 @vindex ses-jump-prefix-function
-@code{ses-jump-prefix-function} is a customisable variable by default
+@code{ses-jump-prefix-function} is a customizable variable by default
 set to the @code{ses-jump-prefix} function. This function is called
 when you give a prefix argument to the @command{ses-jump} command
 (@kbd{j}). It returns a cell name or cell coordinates corresponding to
index 99a268367b80314b77a877cd58689d8abcfe94d4..19f82b2447b30457f6f199a9fdc9fae92e438815 100644 (file)
@@ -4225,7 +4225,7 @@ non-@code{nil}, or invoke that command with a negative argument like
 @value{tramp}'s implementation of @code{make-process} and
 @code{start-file-process} requires a serious overhead for
 initialization, every process invocation.  This is needed for handling
-interactive dialogues when connecting the remote host (like providing
+interactive dialogs when connecting the remote host (like providing
 a password), and initial environment setup.
 
 Sometimes, this is not needed.  Instead of starting a remote shell and
index 8eab05a76349cd1a4436589f891ab7e28742daec..9982296aaab2ca7957e1e96c00bd784cdebb4972 100644 (file)
@@ -2771,7 +2771,7 @@ If non-nil, it is a regexp that should match a valid cover image.
 *** 'shell-script-mode' now supports 'outline-minor-mode'.
 The outline headings have lines that start with "###".
 
-*** fileloop will now skip missing files instead of signalling an error.
+*** fileloop will now skip missing files instead of signaling an error.
 
 *** 'tabulated-list-mode' can now restore original display order.
 Many commands (like 'C-x C-b') are derived from 'tabulated-list-mode',
index a95967bef4e53afb28a7a343858db6c7df6d1488..5735126bf5002b3f0e8955d6f8326d2ec2754657 100644 (file)
@@ -1414,7 +1414,7 @@ This \"dumb\" driver will be present in Gnuplot 3.0."
 
 (defun calc-gnuplot-command (&rest args)
   "Send ARGS to Gnuplot.
-Returns nil if Gnuplot signalled an error."
+Returns nil if Gnuplot signaled an error."
   (calc-graph-init)
   (let ((cmd (concat (mapconcat 'identity args " ") "\n")))
     (or (calc-graph-w32-p)
index 047b0069bb9d313a9bcb40e3d54cf5c95fab0396..c25ade22d6f184aa52badc8509b419fadbdeecd3 100644 (file)
@@ -208,7 +208,7 @@ is run.  If a macro (possibly with side effects) is to be tested,
 it has to be wrapped in `(eval (quote ...))'.
 
 If NAME is already defined as a test and Emacs is running
-in batch mode, an error is signalled.
+in batch mode, an error is signaled.
 
 \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] \
 [:tags \\='(TAG...)] BODY...)"
index f9786febf4e18bb54abc215ff9265017872d3350..2f19573e3cd0996d418d942ac87aef2b5e44c18a 100644 (file)
@@ -4536,8 +4536,8 @@ DESC must be a `package-desc' object."
   "Return an email address for the maintainers of PKG-DESC.
 The email address may contain commas, if there are multiple
 maintainers.  If no maintainers are found, an error will be
-signalled.  If the optional argument NO-ERROR is non-nil no error
-will be signalled in that case."
+signaled.  If the optional argument NO-ERROR is non-nil no error
+will be signaled in that case."
   (unless pkg-desc
     (error "Invalid package description"))
   (let* ((extras (package-desc-extras pkg-desc))
index b8f7e7a08f09cdc390ca2ea232e028eb806424ec..7941496be61dab4988698214150691879466dc2a 100644 (file)
@@ -1943,7 +1943,7 @@ Assume \"size\" key is equal to \"larger\"."
        (thread (alist-get 'thread query)))
     (with-slots (switches config-directory) engine
       `("find"                         ; command must come first
-       "--nocolor"             ; mu will always give coloured output otherwise
+       "--nocolor"             ; mu will always give colored output otherwise
        ,(format "--muhome=%s" config-directory)
        ,@switches
        ,(if thread "-r" "")
index deef00b4c29ae3113802eebd493839f06ab767ca..8fe81a22173bd247d0c6b4545dabc80aa5490102 100644 (file)
@@ -373,7 +373,7 @@ Full key sequences are listed below:")
 
 ;; Define the input method straight away.
 (quail-define-package "tamil-phonetic" "Tamil" "ழ" t
- "Customisable Tamil phonetic input method.
+ "Customizable Tamil phonetic input method.
 To change the translation rules of the input method, customize
 `tamil-translation-rules'.
 
index ddef7f11b667be9d2ebc5cd57688f5d1c783ecf7..034854dce5a72ffc9a30e035ba54df6c5edf3a2e 100644 (file)
@@ -126,7 +126,7 @@ treat them as whitespace (per RFC822)."
 (defun ietf-drums-parse-date-string (time-string &optional error no-822)
   "Parse an RFC5322 or RFC822 date, passed as TIME-STRING.
 The optional ERROR parameter causes syntax errors to be flagged
-by signalling an instance of the date-parse-error condition.  The
+by signaling an instance of the date-parse-error condition.  The
 optional NO-822 parameter disables the more lax RFC822 syntax,
 which is permitted by default.
 
@@ -162,7 +162,7 @@ DST is returned as -1)."
         (time (list nil nil nil nil nil nil nil -1 nil)))
     (cl-labels ((set-matched-slot (slot index token)
                   ;; Assign a slot value from match data if index is
-                  ;; non-nil, else from token, signalling an error if
+                  ;; non-nil, else from token, signaling an error if
                   ;; enabled and it's out of range.
                   (let ((value (if index
                                    (cl-parse-integer (match-string index token))
index 8813ec4686bc8f5efd9332fa02ce94f8bc1e3503..7e6dd4317560a9f3a8d04b96c700961392676ca5 100644 (file)
@@ -12626,7 +12626,7 @@ comment at the start of cc-engine.el for more info."
 
 (defun c-laomib-fix-elt (lwm elt paren-state)
   ;; Correct a c-laomib-cache entry ELT with respect to buffer changes, either
-  ;; doing nothing, signalling it is to be deleted, or replacing its start
+  ;; doing nothing, signaling it is to be deleted, or replacing its start
   ;; point with one lower in the buffer than LWM.  PAREN-STATE is the paren
   ;; state at LWM.  Return the corrected entry, or nil (if it needs deleting).
   ;; Note that corrections are made by `setcar'ing the original structure,
index 75201fefcada357d4eb35f35b4418f174b26b752..661f5ee57a96eff5e6a75d99c10f7a0ec800a0b6 100644 (file)
@@ -839,7 +839,7 @@ was established."
     )
   ;; It's not clear to me whether all of these would be problematic, but they
   ;; seemed like reasonable targets.  Some are certainly excessive in smaller
-  ;; buffers of minified code, but we should be aiming to maximise performance
+  ;; buffers of minified code, but we should be aiming to maximize performance
   ;; by default, so that Emacs is as responsive as we can manage in even very
   ;; large buffers of minified code.
   "List of buffer-local minor modes to explicitly disable.
@@ -880,7 +880,7 @@ If `so-long-revert' is subsequently invoked, then the variables are restored
 to their original states.
 
 The combination of `line-move-visual' (enabled) and `truncate-lines' (disabled)
-is important for maximising responsiveness when moving vertically within an
+is important for maximizing responsiveness when moving vertically within an
 extremely long line, as otherwise the full length of the line may need to be
 scanned to find the next position.
 
index adaa0a913550831bbd1ad0f8d4ed7bd3597f8b27..a42b61d9b61ee2efc082e87776ad17dc2979c410 100644 (file)
@@ -6911,7 +6911,7 @@ string will be displayed only if BODY takes longer than TIMEOUT seconds.
 If FUNC is a function alias, return the function alias chain.
 
 If the function alias chain contains loops, an error will be
-signalled.  If NOERROR, the non-loop parts of the chain is returned."
+signaled.  If NOERROR, the non-loop parts of the chain is returned."
   (declare (side-effect-free t))
   (let ((chain nil)
         (orig-func func))
index a9591c9d82eb01c9cbc87ee03868bbe1dfbbe0a0..357ce001b3c84b07bae2b2c61fdc488aba59260b 100644 (file)
@@ -306,7 +306,7 @@ well."
 ;; terminal supporting 24 bit colors) doesn't render well in terminal
 ;; supporting only 256 colors.  Concretely, both #ffeeee
 ;; (diff-removed) and #eeffee (diff-added) are mapped to the same
-;; greyish color.  "min-colors 257" ensures that those colors are not
+;; grayish color.  "min-colors 257" ensures that those colors are not
 ;; used terminals supporting only 256 colors.  However, any number
 ;; between 257 and 2^24 (16777216) would do.
 
index 058ab99f5cb31ec8f40ff6d719ab6b1262bf7a55..b3465e757a9b8e1d3713c179ade306326f499fa3 100644 (file)
@@ -818,7 +818,7 @@ has been pressed."
               (let ((inhibit-message t))
                 (funcall function amt))
             ;; Do not error at buffer limits.  Show a message instead.
-            ;; This is especially important here because signalling an
+            ;; This is especially important here because signaling an
             ;; error will mess up the drag-and-drop operation.
             (beginning-of-buffer
              (message (error-message-string '(beginning-of-buffer))))
@@ -1468,7 +1468,7 @@ instead of returning \"E\".")
                           (dnd-get-local-file-name local-file-uri))))
     (if (not local-name)
         '(STRING . "F")
-      ;; We want errors to be signalled immediately during ERT
+      ;; We want errors to be signaled immediately during ERT
       ;; testing, instead of being silently handled.  (bug#56712)
       (if x-dnd-xds-testing
           (prog1 '(STRING . "S")
index 78e606267f66f2cdc3b03c265b8831e65174dd1a..7327d681f9a979b2ac0fb93078e19a00d083866d 100644 (file)
@@ -1329,7 +1329,7 @@ Then the value of the last BODY form is returned from the `condition-case'
 expression.
 
 The special handler (:success BODY...) is invoked if BODYFORM terminated
-without signalling an error.  BODY is then evaluated with VAR bound to
+without signaling an error.  BODY is then evaluated with VAR bound to
 the value returned by BODYFORM.
 
 See also the function `signal' for more info.
@@ -1809,7 +1809,7 @@ signal_or_quit (Lisp_Object error_symbol, Lisp_Object data, bool keyboard_quit)
       unbind_to (count, Qnil);
     }
 
-  /* If an error is signalled during a Lisp hook in redisplay, write a
+  /* If an error is signaled during a Lisp hook in redisplay, write a
      backtrace into the buffer *Redisplay-trace*.  */
   if (!debugger_called && !NILP (error_symbol)
       && backtrace_on_redisplay_error
index bfdd03e5013bc6389bb3d15995c7709190951088..f63a19e7dcf84c53a7f3aebe23f6e6bb4ed90b08 100644 (file)
@@ -5953,7 +5953,7 @@ DEFUN ("reconsider-frame-fonts", Freconsider_frame_fonts,
        Sreconsider_frame_fonts, 1, 1, 0,
        doc: /* Recreate FRAME's default font using updated font parameters.
 Signal an error if FRAME is not a window system frame.  This should be
-called after a `config-changed' event is received, signalling that the
+called after a `config-changed' event is received, signaling that the
 parameters (such as pixel density) used by the system to open fonts
 have changed.  */)
   (Lisp_Object frame)
index bd004f4900ab9d0bc21e33de5414564d3d10fa9b..e8d3b5f0f7fc40fc245816817acff2b943ed7b67 100644 (file)
@@ -1260,7 +1260,7 @@ syms_of_haikuselect (void)
 {
   DEFVAR_BOOL ("haiku-signal-invalid-refs", haiku_signal_invalid_refs,
     doc: /* If nil, silently ignore invalid file names in system messages.
-Otherwise, an error will be signalled if adding a file reference to a
+Otherwise, an error will be signaled if adding a file reference to a
 system message failed.  */);
   haiku_signal_invalid_refs = true;
 
index f266db5c702ef174302afb7b2612525a4c206992..d8fc5c4fa82a11e2bca63fe96d9415a31f523824 100644 (file)
@@ -56,7 +56,7 @@
      "\\(?2:[abc]+\\)foo\\(\\2\\)" 2)
     "\\(?4:[abc]+\\)foo\\(\\4\\)"))
   ;; Emacs supports only the back-references \1,...,\9, so when a
-  ;; shift would result in \10 or more, an error must be signalled.
+  ;; shift would result in \10 or more, an error must be signaled.
   (should-error
    (syntax-propertize--shift-groups-and-backrefs "\\(a\\)\\3" 7)))
 
index 76318429181bac57a6c4de2c5756eb87667f04ea..558799286f55dfed64ad78c1b6771b55d9916dfe 100644 (file)
@@ -1093,7 +1093,7 @@ is in progress."
     (dbus-unregister-service :session dbus--test-service)))
 
 (ert-deftest dbus-test06-register-property-emits-signal ()
-  "Check property registration for an own service, including signalling."
+  "Check property registration for an own service, including signaling."
   (skip-unless dbus--test-enabled-session-bus)
   (dbus-ignore-errors (dbus-unregister-service :session dbus--test-service))
 
@@ -1136,7 +1136,7 @@ is in progress."
            dbus--test-interface property)
           "foo"))
 
-        ;; Set property.  The new value shall be signalled.
+        ;; Set property.  The new value shall be signaled.
         (setq dbus--test-signal-received nil)
         (should
          (equal