]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Jun 2024 05:13:47 +0000 (22:13 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 10:15:15 +0000 (12:15 +0200)
(cherry picked from commit 3dcac22dd4225fdec0b97408da38f74de2a77bef)

47 files changed:
ChangeLog.3
ChangeLog.4
admin/notes/kind-communication
doc/lispref/commands.texi
doc/lispref/parsing.texi
doc/lispref/peg.texi
doc/misc/eshell.texi
doc/misc/modus-themes.org
doc/misc/transient.texi
etc/themes/modus-themes.el
java/AndroidManifest.xml.in
java/INSTALL
java/org/gnu/emacs/EmacsDesktopNotification.java
java/org/gnu/emacs/EmacsGC.java
java/org/gnu/emacs/EmacsTileObject.java
java/org/gnu/emacs/EmacsWindowManager.java
lisp/completion-preview.el
lisp/emacs-lisp/comp.el
lisp/emacs-lisp/package.el
lisp/emacs-lisp/track-changes.el
lisp/eshell/em-script.el
lisp/eshell/esh-io.el
lisp/image.el
lisp/net/dictionary.el
lisp/net/eww.el
lisp/net/tramp-container.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
lisp/outline.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/flymake.el
lisp/progmodes/xref.el
lisp/term/android-win.el
lisp/thingatpt.el
lisp/transient.el
lisp/treesit.el
lisp/url/url-util.el
lisp/window-tool-bar.el
src/androidselect.c
src/fns.c
src/itree.c
src/json.c
src/macros.c
src/sort.c
src/xdisp.c
test/lisp/erc/erc-goodies-tests.el
test/lisp/progmodes/peg-tests.el

index 2d20f535a1c25eab0e8d86b76a0c21ac9ea23d2b..ef63f674b59ec402b9315fec56f7617ea40c7663 100644 (file)
 
 2016-07-09  Jürgen Hötzel  <juergen@archlinux.org>
 
-       Wrap around error in coreutil's ls
+       Wrap around error in coreutils ls
 
        * lisp/net/tramp-sh.el (tramp-sh-handle-insert-directory): Add switch
        "--quoting-style=literal" if remote host supports quoting style.
index e3950461f5fa178b80fc44256a14e7e3c4c2efab..3eb2c16d6b1bd9e09a9f4de20258f801a464b7ef 100644 (file)
 
        * src/xfns.c (x_make_gc): Don't set FillOpaqueStippled on cursor
        GC.  The reason is that some X servers break on such a fill
-       style if the operation being performed is not a stiple
+       style if the operation being performed is not a stipple
        operation.
 
 2022-02-09  Po Lu  <luangruo@yahoo.com>
index 80b2afb27b205e57c12ee5bb334dadc123ae58a1..cacb5d40c25ce11206501121872641352017fade 100644 (file)
@@ -7,7 +7,7 @@ views.
 People are sometimes discouraged from participating in GNU development
 because of certain patterns of communication that strike them as
 unfriendly, unwelcoming, rejecting, or harsh.  This discouragement
-particularly affects members of disprivileged demographics, but it is
+particularly affects members of unprivileged demographics, but it is
 not limited to them.  Therefore, we ask all contributors to make a
 conscious effort, in GNU Project discussions, to communicate in ways
 that avoid that outcome — to avoid practices that will predictably and
index 925ec765d1ec157b9097378bc7ce2ddac900426b..5176e86c84e69ab83cd34ff139cae734134de794 100644 (file)
@@ -2354,7 +2354,7 @@ window within a frame can also switch the selected window.  @xref{Mouse
 Window Auto-selection}, which describes the behavior for different
 values.  When the mouse is moved over a new window, a focus event for
 switching windows is generated.  Focus events for windows are
-reperesented in Lisp as lists that look like this:
+represented in Lisp as lists that look like this:
 
 @example
 (select-window @var{new-window})
index c8c2fe80c03b2db5c74c513f6ff53ad13191b5fa..1e91100e0d48328126511a1707b1f0c7a984a949 100644 (file)
@@ -1582,7 +1582,7 @@ Here's an example @var{treesit-thing-settings} for C and C++:
 @end example
 
 @noindent
-Note that this example is modified for didactical purposes, and isn't
+Note that this example is modified for didactic purposes, and isn't
 exactly how C and C@t{++} modes define things.
 @end defvar
 
index b85d0de048dd2212cdc3e8963f7cf9d0cb83a33d..e496e1cf81784ac3417d1c365de7fbb4c255fa25 100644 (file)
@@ -14,7 +14,7 @@ from regular expressions (@pxref{Regular Expressions}) to full
 left-to-right (a.k.a.@: @acronym{LL}) grammar parsers (@pxref{Top,,
 Bovine parser development,bovine}).  @dfn{Parsing Expression Grammars}
 (@acronym{PEG}) are another approach to text parsing that offer more
-structure and composibility than regular expressions, but less
+structure and composability than regular expressions, but less
 complexity than context-free grammars.
 
 A Parsing Expression Grammar (@acronym{PEG}) describes a formal language
index c8a04bfa33f163adf1df565a666cc24791eec2a7..69f94fab46901fe3430bdfa90071a8a233b5a04f 100644 (file)
@@ -1549,7 +1549,7 @@ also specify the absolute path to the program, e.g.@:
 program whose file name would be interpreted as an explicitly-remote
 command, you can use @kbd{/:} to quote the name, e.g.@:
 @samp{/:/ssh:user@@remote:whoami} (@pxref{Quoted File Names,,, emacs,
-The GNU Emacs Manual}).  To disable explicity-remote commands entirely,
+The GNU Emacs Manual}).  To disable explicitly-remote commands entirely,
 you can set the option @code{eshell-explicit-remote-commands} to
 @code{nil}.
 
index c3de15c35ad04b71ee0d8836e305008111528859..334434870662046da2f0cb12976b415be3a6203c 100644 (file)
@@ -1251,7 +1251,7 @@ value in some other application.
 :END:
 
 #+findex: modus-themes-get-color-value
-The fuction ~modus-themes-get-color-value~ can be called from Lisp to
+The function ~modus-themes-get-color-value~ can be called from Lisp to
 return the value of a color from the active Modus theme palette. It
 takea a =COLOR= argument and an optional =OVERRIDES=. It also accepts
 a third =THEME= argument, to get the color from the given theme.
@@ -2162,7 +2162,7 @@ until version 4.3.0.
 ;; was the default in versions of the Modus themes before 4.4.0
 (setq modus-themes-common-palette-overrides
       '((bg-prose-block-contents unspecified)
-        (bg-prose-block-delimiter unspeficied)
+        (bg-prose-block-delimiter unspecified)
         (fg-prose-block-delimiter fg-dim)))
 #+end_src
 
@@ -2806,7 +2806,7 @@ above:
 The reason we no longer provide this option is because it depends on a
 non-~nil~ value for ~x-underline-at-descent-line~.  That variable
 affects ALL underlines, including those of links.  The effect is
-intrusive and looks awkard in prose.
+intrusive and looks awkward in prose.
 
 As such, the Modus themes no longer provide that option but instead
 offer this piece of documentation to make the user fully aware of the
@@ -3160,7 +3160,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
@@ -5074,7 +5074,7 @@ more effective than trying to do the same with either red or blue (the
 latter is the least effective in that regard).
 
 When we need to work with several colors, it is always better to have
-sufficient manoeuvring space, especially since we cannot pick arbitrary
+sufficient maneuvering space, especially since we cannot pick arbitrary
 colors but only those that satisfy the accessibility objectives of the
 themes.
 
@@ -5128,7 +5128,7 @@ each of the three channels of light (red, green, blue).  For example:
 : xrandr --output LVDS1 --brightness 1.0 --gamma 0.76:0.75:0.68
 
 Typography is another variable.  Some font families are blurry at small
-point sizes.  Others may have a regular weight that is lighter (thiner)
+point sizes.  Others may have a regular weight that is lighter (thinner)
 than that of their peers which may, under certain circumstances, cause a
 halo effect around each glyph.
 
@@ -5180,7 +5180,7 @@ it is already understood that one must follow the indicator or headline
 to view its contents and (ii) underlining everything would make the
 interface virtually unusable.
 
-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
@@ -5254,7 +5254,7 @@ the themes, which is partially fleshed out in this manual.
 
 With regard to the artistic aspect (where "art" qua skill may amount to
 an imprecise science), there is no hard-and-fast rule in effect as it
-requires one to exercize discretion and make decisions based on
+requires one to exercise discretion and make decisions based on
 context-dependent information or constraints.  As is true with most
 things in life, when in doubt, do not cling on to the letter of the law
 but try to understand its spirit.
index 3a6486903bf0cdaf55327418c3df4edcf3b74d88..0aa520237f74adc5d6cbd8865e86133d7bdcd3d4 100644 (file)
@@ -1210,7 +1210,7 @@ described below.  If you use the latter approach, you can use the
 transform them from the convenient to the expected form.
 
 If you explicitly specify children and then transform them using
-@code{:setup-chilren}, then the class of the group is determined as usual,
+@code{:setup-children}, then the class of the group is determined as usual,
 based on explicitly specified children.
 
 If you do not explicitly specify children and thus rely solely on
index 34c187288afcdd4b840e2b48b3654d9a78830372..4500d3b0a1639398c9d7133845a41647bcd79a51 100644 (file)
@@ -1389,7 +1389,7 @@ color that is combined with FG-FOR-BG."
           :foreground fg
           :weight
           ;; If we have `bold' specifically, we inherit the face of
-          ;; the same name.  This allows the user to customise that
+          ;; the same name.  This allows the user to customize that
           ;; face, such as to change its font family.
           (if (and weight (not (eq weight 'bold)))
               weight
index ff811ddf3f158dd88d4c6d5a652305dbdb9e89a6..644f154b53b33c60de142ca91b05dcaa8f929d48 100644 (file)
@@ -20,7 +20,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>. -->
 <!-- targetSandboxVersion must be 1, for otherwise fascist security
      restrictions prevent Emacs from making HTTP connections.
 
-     Futhermore, versionCode should remain constant, rather than increase
+     Furthermore, versionCode should remain constant, rather than increase
      with each major release, because it is impossible to downgrade an
      installation with a greater value to an older version of Emacs.  -->
 
index 94bf0b01a96aae56d2cc6b80cce91c815a15bcd8..a4cc97e77101050f39294af21356a33b75017eff 100644 (file)
@@ -170,7 +170,7 @@ In normal circumstances, Emacs should automatically detect and configure
 one of the C++ standard libraries part of the NDK when such a library is
 required to build a dependency specified under `--with-ndk-path'.
 
-Nevertheless, this process is not infalliable, and with certain versions
+Nevertheless, this process is not infallible, and with certain versions
 of the NDK is liable to fail to locate a C++ compiler, requiring that
 you run the `make_standalone_toolchain.py' script in the NDK
 distribution to create a ``standalone toolchain'' and substitute the
index 72569631a8c0889dfd1c6e6498d9c858870ca4f8..2bbfd867afa44ada001c4cb186607bb93b81ba7c 100644 (file)
@@ -83,7 +83,7 @@ public final class EmacsDesktopNotification
      notification.  */
   public final String[] actions, titles;
 
-  /* Delay in miliseconds after which this notification should be
+  /* Delay in milliseconds after which this notification should be
      automatically dismissed.  */
   public final long delay;
 
index d400c23e067df04b159d474ab77f43d5626f4d7b..0b0f09c7ab9f8365f8bb8af933174380c8cd0500 100644 (file)
@@ -55,7 +55,7 @@ public final class EmacsGC extends EmacsHandleObject
   public EmacsPixmap clip_mask, stipple;
   public Paint gcPaint;
 
-  /* Drawable object for rendering the stiple bitmap.  */
+  /* Drawable object for rendering the stipple bitmap.  */
   public EmacsTileObject tileObject;
 
   /* ID incremented every time the clipping rectangles of any GC
index a79ae826d515b01359d01035f0e51a0395a1cbfb..93b09f5a8bc90e93446a544dc4463af3df583f67 100644 (file)
@@ -27,7 +27,7 @@ import android.graphics.Paint;
 import android.graphics.Rect;
 import android.graphics.Shader.TileMode;
 
-/* This is a crude facsimilie of the BitmapDrawable class implementing
+/* This is a crude facsimile of the BitmapDrawable class implementing
    just enough of its functionality to support displaying stipples in
    EmacsGC.  */
 
index 23dc71dbd293aba2d3f56d86cb6bd296dc9743a7..03487e853fb9da38f19afde4ab501d2ebbc89d2f 100644 (file)
@@ -137,7 +137,7 @@ public final class EmacsWindowManager
            /* Don't attach this window to CONSUMER if incompatible.  */
            && isWindowEligible (consumer, window))
          {
-           /* Permantly bind this window to the consumer.  */
+           /* Permanently bind this window to the consumer.  */
            window.attachmentToken = consumer.getAttachmentToken ();
            window.previouslyAttached = true;
            consumer.attachWindow (window);
@@ -166,7 +166,7 @@ public final class EmacsWindowManager
        if (consumer.getAttachedWindow () == null
            && isWindowEligible (consumer, window))
          {
-           /* Permantly bind this window to the consumer.  */
+           /* Permanently bind this window to the consumer.  */
            window.attachmentToken = consumer.getAttachmentToken ();
            window.previouslyAttached = true;
            consumer.attachWindow (window);
@@ -186,7 +186,7 @@ public final class EmacsWindowManager
     intent.addFlags (Intent.FLAG_ACTIVITY_NEW_TASK);
 
     /* Intent.FLAG_ACTIVITY_NEW_DOCUMENT is lamentably unavailable on
-       older systems than Lolipop.  */
+       older systems than Lollipop.  */
     if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)
       {
        intent.addFlags (Intent.FLAG_ACTIVITY_NEW_DOCUMENT
index 0178847215edb9f7f31e5bee0296941d908b15d8..119a969d38fbb75b3cd42e5b8281eca71fb3503c 100644 (file)
@@ -532,7 +532,7 @@ completions list."
                                      (funcall efn string status)))))
                ;; The predicate is meant for the original completion
                ;; candidates, which may be symbols or cons cells, but
-               ;; now we only have strings, so it might be unapplicable.
+               ;; now we only have strings, so it might not be applicable.
                (props (plist-put props :predicate nil))
                (completion-at-point-functions
                 (list (lambda () `(,beg ,end ,col ,@props)))))
index 1627294199abe34b1781aece37c2fbed475059f4..032e49840a85763682782c9b740f9d123d6d30a5 100644 (file)
@@ -207,7 +207,7 @@ Useful to hook into pass checkers.")
 ;; cl-macs.el. We can't use `cl-deftype-satisfies' directly as the
 ;; relation type <-> predicate is not bijective (bug#45576).
 (defconst comp-known-predicates
-  ;; FIXME: Auto-generate (most of) it from `cl-deftype-satifies'?
+  ;; FIXME: Auto-generate (most of) it from `cl-deftype-satisfies'?
   '((arrayp              array)
     (atom               atom)
     (bool-vector-p       bool-vector)
index fda855d2143b89517447fbab36cf10cfa7ea18e8..fac824d44a47677227a870c8d55da8b29e4d6fe0 100644 (file)
@@ -2646,7 +2646,7 @@ will be deleted."
         (message "Nothing to autoremove")))))
 
 (defun package-isolate (packages &optional temp-init)
-  "Start an uncustomised Emacs and only load a set of PACKAGES.
+  "Start an uncustomized Emacs and only load a set of PACKAGES.
 If TEMP-INIT is non-nil, or when invoked with a prefix argument,
 the Emacs user directory is set to a temporary directory."
   (interactive
index 958def17a2f3faadc5fae7bf78602d8c320dde64..92d149597637936a5ee6fd52a474e19a908a36b9 100644 (file)
@@ -177,7 +177,7 @@ This is used to try and detect cases where buffer modifications are \"lost\".")
   ;; presume that these might be too old to receive fixes, so better not
   ;; annoy the user too much about errors.
   (string-match "\\..*\\." emacs-version)
-  "If non-nil, keep track of errors in `before/after-chage-functions' calls.
+  "If non-nil, keep track of errors in `before/after-change-functions' calls.
 The errors are kept in `track-changes--error-log'.")
 
 (cl-defun track-changes-register ( signal &key nobefore disjoint immediate)
@@ -500,9 +500,9 @@ Details logged to `track-changes--error-log'")
 
     (if track-changes--before-clean
         (progn
-          ;; Detect disjointness with previous changes here as well,
+          ;; Detect disjointedness with previous changes here as well,
           ;; so that if a client calls `track-changes-fetch' all the time,
-          ;; it doesn't prevent others from getting a disjointness signal.
+          ;; it doesn't prevent others from getting a disjointedness signal.
           (when (and track-changes--before-beg
                      (let ((found nil))
                        (dolist (tracker track-changes--disjoint-trackers)
index 6e2ca7ca781751e62736898dcfefc1e832f47b1d..88dad840eaa1427aeb7918c36ede59187782df7f 100644 (file)
@@ -85,7 +85,7 @@ This includes when running `eshell-command'."
           t))))
 
 (defun eshell--source-file (file &optional args subcommand-p)
-  "Return a Lisp form for executig the Eshell commands in FILE, passing ARGS.
+  "Return a Lisp form for executing the Eshell commands in FILE, passing ARGS.
 If SUBCOMMAND-P is non-nil, execute this as a subcommand."
   (let ((cmd (eshell-parse-command `(:file . ,file))))
     (when subcommand-p
index c7017ee1d7049034b139d7fc42b14a5f615f3736..0fe177d4c60804a83656bc7ad46cd50db1126b8e 100644 (file)
@@ -150,7 +150,7 @@ slot, passing the exit status of the redirected command.
 If PASS-MODE is non-nil, Eshell will pass the redirection mode as an
 argument (which is the symbol `overwrite', `append' or `insert') to
 OUTPUT-FUNCTION, which should return the real output function (either an
-ordinary function or `eshell-generic-target' as desribed above)."
+ordinary function or `eshell-generic-target' as described above)."
   :version "30.1"
   :type '(repeat
          (list (string :tag "Target")
index c155cda125ec5d18398f2f95ccbf14f9edfddd3e..c75c8ff765a45c60c7e7aa11b592512b4dd7ccda 100644 (file)
@@ -568,7 +568,7 @@ loaded."
          (rotation (plist-get props :rotation)))
     (cond
      ;; The scale of the image won't be available until
-     ;; `image_set_transform', and as such, defer to its judgement.
+     ;; `image_set_transform', and as such, defer to its judgment.
      ((eq scaling 'default) 'lambda)
      ;; We always smooth when scaling down and small upwards scaling.
      ((and scaling (< scaling 2))
@@ -812,7 +812,7 @@ where FILE is the file from which to load the image, and DATA is a
 string containing the actual image data.  If the property `:type TYPE'
 is omitted or nil, try to determine the image type from its first few
 bytes of image data.  If that doesn't work, and the property `:file
-FILE' provide a file name, use its file extension as idication of the
+FILE' provide a file name, use its file extension as indication of the
 image type. If `:type TYPE' is provided, it must match the actual type
 determined for FILE or DATA by `create-image'.
 
index a70f5f75f87a5b607cd741045549a1e7fc1d84e6..9b68eb34f74e285742aadcac9da44bd6e7c5dda3 100644 (file)
@@ -1424,7 +1424,7 @@ via `dictionary-dictionaries'."
       ;; This function runs from the tooltip timer.  We don't want to
       ;; signal errors from the timer due to "Unknown server answers",
       ;; we prefer not to show anything in that case.  FIXME: Perhaps
-      ;; use with-demoted-errors, to show the unknonw answers in the
+      ;; use with-demoted-errors, to show the unknown answers in the
       ;; echo-area?
       (ignore-errors
         (let* ((word (dictionary-word-at-mouse-event
index 32e24f9e2e5f353d8894df2de8a5b4425f4e18de..977210e9cc8baa58784e99bfb50877745776fd39 100644 (file)
@@ -2463,7 +2463,7 @@ If ERROR-OUT, signal user-error if there are no bookmarks."
 
 (defun eww-save-history ()
   "Save the current page's data to the history.
-If the current page is a historial one loaded from
+If the current page is a historical one loaded from
 `eww-history' (e.g. by calling `eww-back-url'), this will update the
 page's entry in `eww-history' and return nil.  Otherwise, add a new
 entry to `eww-history' and return t."
index d0edbfea1e8c3f49b1a09de32c064d91ca1ba0cb..f29d55d78d9c19c681df029e0f27066ee0cd180e 100644 (file)
@@ -168,7 +168,7 @@ If it is nil, the default context will be used."
 
 ;;;###tramp-autoload
 (defcustom tramp-distrobox-program "distrobox"
-  "Name of the Distrobxx client program."
+  "Name of the Distrobox client program."
   :group 'tramp
   :version "30.1"
   :type '(choice (const "distrobox")
index 30ee1c54e32e8a1d26e33d69dec54c5ed321e0c8..e92f5ef2d64f75de90ae5f6d9278823f114f0b0a 100644 (file)
@@ -2714,7 +2714,7 @@ The method used must be an out-of-band method."
       (let ((dired (tramp-get-ls-command-with v "--dired")))
        (when (stringp switches)
           (setq switches (split-string switches)))
-        ;; Newer coreutil versions of ls (9.5 and up) imply long format
+        ;; Newer coreutils versions of ls (9.5 and up) imply long format
         ;; output when "--dired" is given.  Suppress this implicit rule.
         (when dired
           (let ((tem switches)
index 97722df548dbc2f9ccef15edb7433ace1ff15050..0dc9109a4843fda013ad7b0b6457e2f757011390 100644 (file)
@@ -4841,7 +4841,7 @@ a connection-local variable."
 (defvar tramp-direct-async-process nil
   "Whether direct asynchronous processes should be used.
 It is not recommended to change this variable globally.  Instead, it
-should be set conmnection-local.")
+should be set connection-local.")
 
 (defun tramp-direct-async-process-p (&rest args)
   "Whether direct async `make-process' can be called."
index 373902e3f596448f377fff7cd5371729c7084ee8..4d74b30dba453db4d98dd18e7ba740c79abe6e5f 100644 (file)
@@ -1726,7 +1726,7 @@ under `outline-minor-mode' is reverted by `revert-buffer'."
 
 (defun outline-revert-buffer-rehighlight ()
   "Rehighlight outlines when reverting buffer under `outline-minor-mode'.
-This function rehighlightes outlines after the buffer under
+This function rehighlights outlines after the buffer under
 `outline-minor-mode' is reverted by `revert-buffer' when font-lock
 can't update highlighting for `outline-minor-mode-highlight'."
   (when (and outline-minor-mode-highlight
index f027fc28c04ecd645ad809428811f4199736f8d0..3882a697c48afd978391ca7b918a3ac266adfc85 100644 (file)
@@ -291,7 +291,7 @@ and /* */ comments.  SOFT works the same as in
   ;; I want to experiment with explicitly listing out all each cases and
   ;; handle them separately, as opposed to fiddling with `comment-start'
   ;; and friends.  This will have more duplicate code and will be less
-  ;; generic, but in the same time might save us from writting cryptic
+  ;; generic, but in the same time might save us from writing cryptic
   ;; code to handle all sorts of edge cases.
   ;;
   ;; For this command, let's try to make it basic: if the current line
index cf5349765dbe8109976d1e2891ebe32912e97dc4..0c5be469c5b7d1f83296e673c87d2116573362d9 100644 (file)
@@ -188,7 +188,7 @@ See `flymake-error-bitmap' and `flymake-warning-bitmap'."
 The value can be nil (don't indicate errors but just highlight them),
 fringes (use fringes) or margins (use margins)
 
-Difference between fringes and margin is that fringes support diplaying
+Difference between fringes and margin is that fringes support displaying
 bitmaps on graphical displays and margins display text in a blank area
 from current buffer that works in both graphical and text displays.
 
@@ -799,7 +799,7 @@ Return to original margin width if ORIG-WIDTH is non-nil."
                       left-margin-width 2)
         (setq-local flymake--original-margin-width right-margin-width
                     right-margin-width 2))))
-    ;; Apply margin to all windows avalaibles
+    ;; Apply margin to all windows available.
     (mapc (lambda (x)
             (set-window-buffer x (window-buffer x)))
           (get-buffer-window-list nil nil 'visible))))
index 77790b4a919322018465ada04c7854559934c51b..cb9cb1f28c9cdfa83201d6aecbea4e0d715b099e 100644 (file)
@@ -2266,7 +2266,7 @@ Such as the current syntax table and the applied syntax properties."
       ;; Using the temporary buffer is both a performance and a buffer
       ;; management optimization.
       (with-current-buffer tmp-buffer
-        ;; This let is fairly dangerouns, but improves performance
+        ;; This let is fairly dangerous, but improves performance
         ;; for large lists, see https://debbugs.gnu.org/53749#227
         (let ((inhibit-modification-hooks t))
         (erase-buffer)
index 3538f41aa84a40d1ad37383d70fb95e8337865a9..bab6b6b9ff096914ce572d2c6ab01099c7fb201f 100644 (file)
@@ -305,7 +305,7 @@ names which represent them."
                  (new-uri-list nil)
                  (dnd-unescape-file-uris t))
              (dolist (uri uri-list)
-               ;; If the URI is a preprepared file name, insert it directly.
+               ;; If the URI is a prepared file name, insert it directly.
                (if (string-match-p "^/content/by-authority\\(-named\\)?/" uri)
                    (setq uri (concat "file:" uri)
                          dnd-unescape-file-uris nil)
index fe9f5003f0ba3c5c4bf715e2ccd7e7398ae056f5..a593b6c62419c2d2eed25aa153bd11b0a24d9081 100644 (file)
@@ -792,7 +792,7 @@ Signal an error if the entire string was not used."
 
 (defvar thing-at-point-hexadecimal-regexp
   "\\(0x\\|#x\\)\\([a-fA-F0-9]+\\)"
-  "A regexp matchin a hexadecimal number.")
+  "A regexp matching a hexadecimal number.")
 
 ;;;###autoload
 (defun number-at-point ()
index c3b9448e2c4006de87c9e1a7e97361b7eb8e0d1b..c9b6e457d002d4a1184e487bdc2dd010f8c96f93 100644 (file)
@@ -3645,7 +3645,7 @@ have a history of their own.")
             (propertize "\n" 'face face 'line-height t))))
 
 (defmacro transient-with-shadowed-buffer (&rest body)
-  "While in the transient buffer, temporarly make the shadowed buffer current."
+  "While in the transient buffer, temporarily make the shadowed buffer current."
   (declare (indent 0) (debug t))
   `(with-current-buffer (or transient--shadowed-buffer (current-buffer))
      ,@body))
index aa3beb8617438dbab2add9ce939dc3279f197548..bcabf98f1d1832f41fdbf28453203cdac3e43d2b 100644 (file)
@@ -830,7 +830,7 @@ t, nil, append, prepend, keep.  See more in
 `treesit-font-lock-rules'.")
 
 (defsubst treesit--font-lock-setting-feature (setting)
-  "Reutrn the feature of SETTING.
+  "Return the feature of SETTING.
 SETTING should be a setting in `treesit-font-lock-settings'."
   (nth 2 setting))
 
index 4d2609cbb95f2bf61f2fb9b3b560547009701d13..f41c5b07ffa39f6bf4a0106c2a87bbf733df8059 100644 (file)
@@ -377,7 +377,7 @@ These characters are specified in RFC 3986, Appendix A.")
     (aset vec ?& nil)
     (aset vec ?\; nil)
     vec)
-  "Allowed-charcter byte mask for keys and values in the query segment of a URI.
+  "Allowed-character byte mask for keys and values in the query segment of a URI.
 url-query-allowed-chars minus '=', '&', and ';'.")
 
 ;;;###autoload
index 395aa3aa9cc75e468cf5fdb0427f9085a315e14b..a9d10650b981bf2f59ba47cf431babdf8940c45f 100644 (file)
@@ -66,7 +66,7 @@
 ;; like to also generally make tool bars better.
 ;;
 ;; Targeting 0.3:
-;; * Properly support reamining less frequently used tool bar item specs.  From
+;; * Properly support remaining less frequently used tool bar item specs.  From
 ;;   `parse_tool_bar_item':
 ;;     * :visible
 ;;     * :filter
 ;; lot of garbage.  So this benchmarking focuses on garbage
 ;; generation.  Since it has to run after most commands, generating
 ;; significantly more garbage will cause noticeable performance
-;; degration.
+;; degradation.
 ;;
 ;; The refresh has two steps:
 ;;
 ;; bar string.
 ;;
 ;; Additionally, we keep track of the percentage of commands that
-;; acutally created a refresh.
+;; actually created a refresh.
 (defvar window-tool-bar--memory-use-delta-step1 (make-list 7 0)
   "Absolute delta of memory use counters during step 1.
 This is a list in the same structure as `memory-use-counts'.")
index 50982738743e0e790258347bdf2ff363c7b91942..d5783b75417b9ea2f59aafef2432c971091bf9a6 100644 (file)
@@ -945,7 +945,7 @@ keywords is understood:
                No more than three actions defined here will be
                displayed, not counting any with "default" as its
                key.
-  :timeout     Number of miliseconds from the display of the
+  :timeout     Number of milliseconds from the display of the
                notification at which it will be automatically
                dismissed, or a value of zero or smaller if it
                is to remain until user action is taken to dismiss
index 49db6a541789317c72697f0b3ad2193b587151c7..db7fc91bcdb313601e2f464b66e64ca1d60b33c2 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -5357,7 +5357,7 @@ hash_string (char const *ptr, ptrdiff_t len)
          hash = sxhash_combine (hash, c);
        }
       while (p + sizeof hash <= end);
-      /* Hash the last wordful of bytes in the string, because that is
+      /* Hash the last word's worth of bytes in the string, because that is
          is often the part where strings differ.  This may cause some
          bytes to be hashed twice but we assume that's not a big problem.  */
       EMACS_UINT c;
index da51b3c61fda38398c571f1157b526cca7609f57..9dae279db90852cabe839759cd114bcfd1a1d337 100644 (file)
@@ -1211,7 +1211,7 @@ itree_node_intersects (const struct itree_node *node,
    `ITER->begin..ITER->end`) so it will also return some nodes which aren't in
    that narrowing simply because they may have children which are.
 
-   The code itself is very unsatifactory because the code of each one
+   The code itself is very unsatisfactory because the code of each one
    of the supported traversals seems completely different from the others.
    If someone knows how to make it more uniform and "obviously correct",
    please make yourself heard.  */
index 140c3625d4d7322a9e63705099a3ac862fcfe292..21066d213280ddf9bfb40149054daa656cfedc7e 100644 (file)
@@ -405,7 +405,7 @@ json_out_nest (json_out_t *jo)
 {
   --jo->maxdepth;
   if (jo->maxdepth < 0)
-    error ("Maximum JSON serialisation depth exceeded");
+    error ("Maximum JSON serialization depth exceeded");
 }
 
 static void
index 230195d9488690eb728612c8e3ec263459e230bf..a4df125aafd4cfd290ad005f67bad494c128451f 100644 (file)
@@ -343,14 +343,14 @@ buffer before the macro is executed.  */)
      restore Vexecuting_kbd_macro and executing_kbd_macro_index, and
      run 'kbd-macro-termination-hook'.
 
-     If read_char happens to be called at the end of a macro interation,
+     If read_char happens to be called at the end of a macro iteration,
      but before read_key_sequence could handle the end (e.g., when lisp
      code calls 'read-event', 'read-char', or 'read-char-exclusive'),
      read_char will simply continue reading other available input
      (Bug#68272).  Vexecuting_kbd_macro and executing_kbd_macro remain
      untouched until the end of the iteration is handled.
 
-     This is similar (in observable behavior) to a posibly simpler
+     This is similar (in observable behavior) to a possibly simpler
      implementation of keyboard macros in which this function pushed all
      characters of the macro into the incoming event queue and returned
      immediately.  Maybe this is the implementation that we ideally
index dc9f49016aa54c018ad04ff300536b39222bff49..24c3e94f50c80662bca36a3095954fd4e09e4fc3 100644 (file)
@@ -1130,7 +1130,7 @@ tim_sort (Lisp_Object predicate, Lisp_Object keyfunc,
       keys[i] = call1 (keyfunc, seq[i]);
 
   /* FIXME: This is where we would check the keys for interesting
-     properties for more optimised comparison (such as all being fixnums
+     properties for more optimized comparison (such as all being fixnums
      etc).  */
 
   /* March over the array once, left to right, finding natural runs,
index 3d8651f408690954a518f1122ce6840bd2166d59..4df76baf92bdac4b15a60235ba85a44b20063957 100644 (file)
@@ -19173,7 +19173,7 @@ try_scrolling (Lisp_Object window, bool just_this_one_p,
       /* Maybe forget recorded base line for line number display.  */
       /* FIXME: Why do we need this?  `try_scrolling` can only be called from
          `redisplay_window` which should have flushed this cache already when
-         eeded.  */
+         needed.  */
       if (!BASE_LINE_NUMBER_VALID_P (w))
        w->base_line_number = 0;
 
@@ -35810,7 +35810,7 @@ note_fringe_highlight (struct frame *f, Lisp_Object window, int x, int y,
 
   /* NOTE: iterating over glyphs can only find text properties coming
      from visible text.  This means that zero-length overlays and
-     invisibile text are NOT inspected.  */
+     invisible text are NOT inspected.  */
   for (; glyph_num; glyph_num--, glyph++)
     {
       Lisp_Object pos = make_fixnum (glyph->charpos);
index ead0bf5a979569f785dd15aa754fe3df4b488988..038434b38800e2d5d06b65cc8b8d036ed4682e89 100644 (file)
         (search-forward "BlackOn")
         (should (eq (get-text-property (point) 'mouse-face)
                     'erc-spoiler-face)))
-      ;; Start wtih ERC default face.
+      ;; Start with ERC default face.
       (erc-goodies-tests--assert-face
        0 "BEGIN " 'erc-default-face
        '(fg:erc-color-face0 bg:erc-color-face0))
       ;; Masked in all black.
       (erc-goodies-tests--assert-face
        20 "BlackOnBlack" '(fg:erc-color-face1 bg:erc-color-face1) nil)
-      ;; Explicit "default" code ignoerd.
+      ;; Explicit "default" code ignored.
       (erc-goodies-tests--assert-face
        34 "Default" '(erc-default-face)
        '(fg:erc-color-face1 bg:erc-color-face1))
index e666e6f19d244ada4416a7ce16e90660e82d8c1b..8fab549bcab7c6334726452b836c06cff705bbda 100644 (file)
@@ -199,7 +199,7 @@ resp. succeeded instead of signaling an error."
 
 ;; peg-ex-parse-int recognizes integers and computes the corresponding
 ;; value.  The grammar is the same as for `peg-ex-recognize-int'
-;; augmented with parsing actions.  Unfortunaletly, the actions add
+;; augmented with parsing actions.  Unfortunately, the actions add
 ;; quite a bit of clutter.
 ;;
 ;; The actions for the sign rule push -1 on the stack for a minus sign