]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2019 04:04:36 +0000 (20:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Dec 2019 04:05:49 +0000 (20:05 -0800)
41 files changed:
ChangeLog.2
ChangeLog.3
admin/nt/dist-build/build-dep-zips.py
doc/lispref/display.texi
doc/lispref/searching.texi
doc/lispref/windows.texi
doc/misc/dired-x.texi
doc/misc/org.texi
etc/NEWS
etc/ORG-NEWS
lisp/ChangeLog.7
lisp/auth-source-pass.el
lisp/button.el
lisp/cedet/ChangeLog.1
lisp/gnus/gnus-cus.el
lisp/gnus/nnimap.el
lisp/icomplete.el
lisp/net/newst-backend.el
lisp/org/org-attach.el
lisp/org/org.el
lisp/progmodes/cc-langs.el
lisp/progmodes/flymake.el
lisp/progmodes/hideshow.el
lisp/progmodes/python.el
lisp/so-long.el
lisp/subr.el
lisp/thingatpt.el
src/hbfont.c
src/window.c
src/xdisp.c
test/lisp/abbrev-tests.el
test/lisp/cedet/semantic-utest-ia.el
test/lisp/cedet/srecode-utest-getset.el
test/lisp/emacs-lisp/cl-macs-tests.el
test/lisp/emacs-lisp/regexp-opt-tests.el
test/lisp/vc/log-edit-tests.el
test/manual/cedet/tests/test-fmt.cpp
test/manual/cedet/tests/test.srt
test/manual/etags/cp-src/functions.cpp
test/src/buffer-tests.el
test/src/fns-tests.el

index 453889de2950332d5f2833a3f7b8af9ca4b849b1..c713d8a5a81572dda3f12d6da4261a725586e272 100644 (file)
 
        * lisp/progmodes/cc-langs.el (c++-template-syntax-table)
        (c-no-parens-syntax-table): Add extra "(eval ..)"s around "'(lambda ..)"
-       forms to remove the superflous quotes.
+       forms to remove the superfluous quotes.
 
 2015-11-24  Eli Zaretskii  <eliz@gnu.org>
 
index 43c7e23f485eb5fe65144fbc7ba9f44d01eb7438..27df42cec4d1ace41ea10d0aae69ed08cc6a0e16 100644 (file)
        Loading flymake-elisp.el doesn't setup flymake-mode to turn on
        automatically, but it affects emacs-lisp-mode-hook so that
        flymake-diagnostic-functions is setup with a suitable buffer-local
-       value.  The variable flymake-diagnostic-funtions in every live
+       value.  The variable flymake-diagnostic-functions in every live
        emacs-lisp-mode buffer is also adjusted.
 
        * lisp/progmodes/flymake.el (top): Require flymake-elisp.
        (verilog-modi-cache-results, verilog-save-buffer-state)
        (verilog-save-font-no-change-functions): When internally suppressing change
        functions, use `inhibit-modification-hooks' and call
-       `after-change-funtions' to more nicely work with user hooks.  Reported by
-       Stefan Monnier.
+       `after-change-functions' to more nicely work with user hooks.
+       Reported by Stefan Monnier.
 
        (verilog-auto, verilog-delete-auto, verilog-delete-auto-buffer):
        Create `verilog-delete-auto-buffer' to avoid double-calling
index 5698f5179c80ebb94ccfdfd1e66f25a63a733a2b..b538d851513ce90b5088b02eaf8dbff1cb6ac470 100755 (executable)
@@ -78,7 +78,7 @@ def immediate_deps(pkg):
     ## Split into dependencies
     dependencies = dependencies.strip().split(" ")
 
-    ## Remove > signs TODO can we get any other punctation here?
+    ## Remove > signs TODO can we get any other punctuation here?
     dependencies = [d.split(">")[0] for d in dependencies if d]
     dependencies = [d for d in dependencies if not d == "None"]
 
index 7f77d11d928f244c4c3906d41f63f4c07eca7886..06032729a5088b031c527810c42342c71b036d17 100644 (file)
@@ -5917,7 +5917,7 @@ Draw vertical lines.
 @deffn Command curveto coordinate-sets
 Using the first element in @var{coordinate-sets}, draw a cubic Bézier
 curve from the current point.  If there are multiple coordinate sets,
-draw a polybézier.  Each coordinate set is a list of the form
+draw a polybezier.  Each coordinate set is a list of the form
 @code{(@var{x1} @var{y1} @var{x2} @var{y2} @var{x} @var{y})}, where
 @w{(@var{x}, @var{y})} is the curve’s end point.  @w{(@var{x1},
 @var{y1})} and @w{(@var{x2}, @var{y2})} are control points at the
@@ -5934,7 +5934,7 @@ beginning and at the end, respectively.
 @deffn Command smooth-curveto coordinate-sets
 Using the first element in @var{coordinate-sets}, draw a cubic Bézier
 curve from the current point.  If there are multiple coordinate sets,
-draw a polybézier.  Each coordinate set is a list of the form
+draw a polybezier.  Each coordinate set is a list of the form
 @code{(@var{x2} @var{y2} @var{x} @var{y})}, where @w{(@var{x},
 @var{y})} is the curve’s end point and @w{(@var{x2}, @var{y2})} is the
 corresponding control point.  The first control point is the
@@ -5954,7 +5954,7 @@ coincides with the current point.
 @deffn Command quadratic-bezier-curveto coordinate-sets
 Using the first element in @var{coordinate-sets}, draw a quadratic
 Bézier curve from the current point.  If there are multiple coordinate
-sets, draw a polybézier.  Each coordinate set is a list of the form
+sets, draw a polybezier.  Each coordinate set is a list of the form
 @code{(@var{x1} @var{y1} @var{x} @var{y})}, where @w{(@var{x},
 @var{y})} is the curve’s end point and @w{(@var{x1}, @var{y1})} is the
 control point.
@@ -5972,7 +5972,7 @@ control point.
 @deffn Command smooth-quadratic-bezier-curveto coordinate-sets
 Using the first element in @var{coordinate-sets}, draw a quadratic
 Bézier curve from the current point.  If there are multiple coordinate
-sets, draw a polybézier.  Each coordinate set is a list of the form
+sets, draw a polybezier.  Each coordinate set is a list of the form
 @code{(@var{x} @var{y})}, where @w{(@var{x}, @var{y})} is the curve’s
 end point.  The control point is the reflection of the control point
 of the previous command relative to the current point, if that command
index 5bf3c5b067fd769bb4f5165196f4cc11426c79da..bf18f80f63fd3ba45c32cd76354d9efadd633de3 100644 (file)
@@ -1551,7 +1551,7 @@ notation, @pxref{Extending Rx}.
 @subsubsection Defining new @code{rx} forms
 
 The @code{rx} notation can be extended by defining new symbols and
-parametrised forms in terms of other @code{rx} expressions.  This is
+parameterized forms in terms of other @code{rx} expressions.  This is
 handy for sharing parts between several regexps, and for making
 complex ones easier to build and understand by putting them together
 from smaller pieces.
@@ -1608,7 +1608,7 @@ defined as a plain symbol to be replaced with @var{rx-form}.  Example:
 @end example
 
 If @var{arglist} is present, it must be a list of zero or more
-argument names, and @var{name} is then defined as a parametrised form.
+argument names, and @var{name} is then defined as a parameterized form.
 When used in an @code{rx} expression as @code{(@var{name} @var{arg}@dots{})},
 each @var{arg} will replace the corresponding argument name inside
 @var{rx-form}.
index fdba259bf71e09e1e301e6d1df31ad3ed758cd11..9ddd69ab7e76fa77fbb2834dfd523886c0478714 100644 (file)
@@ -2874,7 +2874,7 @@ Ordering}).
 A major client of this is @code{display-buffer-reuse-window}, but all
 other action functions that try to reuse a window are affected as
 well.  @code{display-buffer-in-previous-window} consults it when
-searching for a window that previosuly displayed the buffer on another
+searching for a window that previously displayed the buffer on another
 frame.
 
 @vindex inhibit-switch-frame@r{, a buffer display action alist entry}
index f6f1a3ce4854176dec1cd386d8954138bf7da77d..2973dcc5b25c9d6b7cf450bf5155bd5f9dd04d59 100644 (file)
@@ -376,7 +376,7 @@ case-insensitive.
 @defvar dired-omit-localp
 This variable determines the @var{localp} argument
 @code{dired-omit-expunge} passes to @code{dired-get-filename}.  If it
-is @code{no-dir}, teh default, omitting is much faster, but you can
+is @code{no-dir}, the default, omitting is much faster, but you can
 only match against the non-directory part of the file name.  Set it to
 @code{nil} if you need to match the whole file name or @code{t} to
 match the file name relative to the buffer's top-level directory.
index 7866fcfd5f6f579a68cc547a7f2d6135fa28d488..4d4ca40061dae64e87cf83dbe3f67ed782af9e8a 100644 (file)
@@ -8641,7 +8641,7 @@ image @samp{1.jpg}, since the link is inside a sub-heading to @samp{Chapter
 
 Inheritance works the same way for both @samp{ID} and @samp{DIR} property.  If
 both properties are defined on the same headline then @samp{DIR} takes
-precedance.  This is also true if inheritance is enabled.  If @samp{DIR}
+precedence.  This is also true if inheritance is enabled.  If @samp{DIR}
 is inherited from a parent node in the outline, that property still
 takes precedence over an @samp{ID} property defined on the node itself.
 
@@ -21389,7 +21389,7 @@ Before updating a dynamic block, Org removes content between the
 previous content of the dynamic block becomes erased from the buffer
 and appended to the plist under @code{:content}.
 
-The syntax for naming a writer function with a dynamic block labelled
+The syntax for naming a writer function with a dynamic block labeled
 @samp{myblock} is: @code{org-dblock-write:myblock}.
 
 The following is an example of a dynamic block and a block writer function
index 69b51b7f44e3acdc777979380dee193207f0e443..7602a2e56a1f956c45c8ff918a9a26f362ea223e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -722,7 +722,7 @@ You can use this new user option to control indentation of arguments of
 
 ** byte compiler
 *** 'byte-compile-dynamic' is now obsolete.
-This is because on the one hand it suffers from various misbehaviors in corner
+This is because on the one hand it suffers from misbehavior in corner
 cases that have plagued it for years, and on the other experiments indicated
 that it doesn't bring any measurable benefit.
 
@@ -1237,7 +1237,7 @@ early init file.
 A new function has been added which allows users to filter the
 packages list by name: 'package-menu-filter-by-name'.  By default, it
 is bound to '/ n'.  Additionally, the function
-'package-menu-fiter-by-keyword' has been renamed from
+'package-menu-filter-by-keyword' has been renamed from
 'package-menu-filter'.  Its keybinding has also been changed to '/ k'
 (from 'f').  To clear any of the two filters, the user can now call
 the 'package-menu-clear-filter' function, bound to '/ /' by default.
index 4ce8e9b1c2ce25fcc098623410143742fd4bd940..6f7227b41cd9ac6c037ff7adf4d2e46802b745e0 100644 (file)
@@ -311,7 +311,7 @@ matches the same structures than 'latex but it calls
 org-src-font-lock-fontify-block instead, thus bringing about full
 LaTeX font locking.
 
-*** ~org-clone-subtree-with-time-shift~ learnt to shift backward in time
+*** ~org-clone-subtree-with-time-shift~ learned to shift backward in time
 
 =<C-c C-x c>= (~org-clone-subtree-with-time-shift~) now takes a
 negative value as a valid repeater to shift time stamps in backward
index 2fe98e8f00dbef043570deb2d0960a706afdbbf9..2c2aabd94b581237d402af42dbe21dc2d0831257 100644 (file)
        the rewrite of `hs-inside-comment-p'.
        (hs-inside-comment-p): Rewritten from scratch.  Semantics changed
        when returning non-nil.  We can be inside a comment, but that
-       comment might not be hidable (the car of the return value should
-       be non-nil to be hidable).
+       comment might not be hideable (the car of the return value should
+       be non-nil to be hideable).
        (hs-grok-mode-type): Rewrite to be more understandable.
        `hs-c-end-regexp' does not exist any more.
        Initialize `hs-c-start-regexp' from the alist if specified there.
        block, go to their end and look there for the overlays.
        (java-hs-adjust-block-beginning): New function.
        (hs-hide-all): Hide a comment block only if `hs-inside-comment-p'
-       says is hidable.
+       says is hideable.
        (hs-hide-block): Simplify.  Handle properly the result of
        `hs-inside-comment-p'.
        (hs-show-block): Likewise.
index 45d5a6ce81b71cb273400f66af6fac8c74f9c23b..7201a2d1a2c201ddddaa9c3f23192ada432d0f71 100644 (file)
@@ -292,7 +292,7 @@ components, from longest to shortest."
 (defun auth-source-pass--name-port-user-suffixes (name user port)
   "Return a list of possible path suffixes for NAME, USER, & PORT.
 
-The resulting list is ordered from most specifc to least
+The resulting list is ordered from most specific to least
 specific, with paths matching all of NAME, USER, & PORT first,
 then NAME & USER, then NAME & PORT, then just NAME."
   (seq-mapcat
index ac6af0be4f8c7d28d850d8b0340a097a9ff22b59..d5aaf1b42eeb8cbe793e305e6ba59d63416a752f 100644 (file)
@@ -243,7 +243,7 @@ overlay, a buffer position, or (for buttons in the mode-line or
 header-line) a string.
 
 If BUTTON has a `button-data' value, call the function with this
-value instad of BUTTON.
+value instead of BUTTON.
 
 This function only works when BUTTON is in the current buffer."
   (let ((action (or (and use-mouse-action (button-get button 'mouse-action))
index 1d34219daa034427829886857c5dcd220f16157c..cf8d6c4f6c64302a8a6241903ca46c4fff0d46f0 100644 (file)
 
        * semantic/ctxt.el (semantic-get-local-variables-default):
        Also try to parse local variables for buffers which are currently
-       marked as unparseable.  Otherwise, it is often impossible to
+       marked as unparsable.  Otherwise, it is often impossible to
        complete local variables.
 
        * semantic/scope.el (semantic-analyze-scoped-types-default): If we
index 5291d1d64d1134ea8bab102fed0194103ba51172..57e7f7c8c35ffa224a9d971a89ecea11358c87d4 100644 (file)
@@ -257,7 +257,7 @@ Server-assigned value attached to IMAP groups, used to maintain consistency.")
     (modseq (choice :tag "modseq"
                    (const :tag "None" nil)
                    (string :tag "Sequence number"))
-           "Modification seqence number")
+           "Modification sequence number")
     (active (cons :tag "active" (integer :tag "min") (integer :tag "max"))
            "active")
     (permanent-flags (repeat :tag "Permanent Flags" (symbol :tag "Flag"))
index bbbca8f4193db0e465a30f1997a6a6bcac68a3c8..f02c2e5c1f186653e91d755c7e0792459079634c 100644 (file)
@@ -233,7 +233,7 @@ textual parts.")
     'headers))
 
 (defun nnimap-transform-headers ()
-  "Transform server's FETCH response into parseable headers."
+  "Transform server's FETCH response into parsable headers."
   (goto-char (point-min))
   (let (seen-articles article lines size string labels)
     (cl-block nil
index 16167ea21e19eebb05e9f9a036ae6e070101d00e..cd20064be02354247c9f1a99923199f889b1f01e 100644 (file)
@@ -69,7 +69,7 @@ When nil, show candidates in full."
   :version "24.4")
 
 (defvar icomplete-tidy-shadowed-file-names nil
-  "If non-nil, automatically delete superflous parts of file names.
+  "If non-nil, automatically delete superfluous parts of file names.
 For example, if the user types ~/ after a long path name,
 everything preceding the ~/ is discarded so the interactive
 selection process starts again from the user's $HOME.")
index 9c24dec2a1eebbae8a14524fd839037441e38d13..792ddbbf0b759f898f4d579fa3b41c117317f2a5 100644 (file)
@@ -1598,7 +1598,7 @@ This function calls `message' with arguments STRING and ARGS, if
 (defun newsticker--decode-iso8601-date (string)
   "Return ISO8601-STRING in format like `encode-time'.
 Converts from ISO-8601 to Emacs representation.  If no time zone
-is present, this fuction defaults to universal time."
+is present, this function defaults to universal time."
   (if string
       (condition-case nil
           (encode-time (decoded-time-set-defaults (iso8601-parse string) 0))
index bc49be7fe74bfe714b00cabba576a17ccbf03a28..d3e1c78b7da871e2bed3597757725a8047e6620f 100644 (file)
@@ -187,7 +187,7 @@ attachment folders based on ID."
   "Hook that is invoked by `org-attach-open'.
 
 Created mostly to be compatible with org-attach-git after removing
-git-funtionality from this file.")
+git-functionality from this file.")
 
 (defcustom org-attach-commands
   '(((?a ?\C-a) org-attach-attach
@@ -231,7 +231,7 @@ directory in dired and delete from there.\n")
 Each entry in this list is a list of three elements:
 - A list of keys (characters) to select the command (the fist
   character in the list is shown in the attachment dispatcher's
-  splash buffer and minubuffer prompt).
+  splash buffer and minibuffer prompt).
 - A command that is called interactively when one of these keys
   is pressed.
 - A docstring for this command in the attachment dispatcher's
index 11bc3641022b3a86d8f03dbb2e4787960460b9f0..c289d5425eccff385ea0e505e3aa048b6edaba63 100644 (file)
@@ -9854,9 +9854,9 @@ Elements of length one have a tab appended.  Elements of length
 two are kept as is.  Longer elements are truncated to length two.
 
 If an element cannot be made unique, an error is raised."
-  (let ((orderd-keys (cl-sort (copy-sequence keys) #'< :key #'length))
+  (let ((ordered-keys (cl-sort (copy-sequence keys) #'< :key #'length))
        menu-keys)
-    (dolist (key orderd-keys)
+    (dolist (key ordered-keys)
       (let ((potential-key
             (cl-case (length key)
               (1 (concat key "\t"))
index 44d0d49df5b6416d98e0276abfe3e715bee70c8c..da3fc6b318e626e28dc2a499838ee6bb4d9302ed 100644 (file)
@@ -1416,7 +1416,7 @@ template opener followed by the \"::\" operator - usually."
               (c-lang-const c-<-pseudo-digraph-cont-regexp))
 
 (c-lang-defconst c-<-pseudo-digraph-cont-len
-  "The maximum length of the main bit of a `c-<pseudp-digraph-cont-regexp' match.
+  "The maximum length of the main bit of a `c-<-pseudo-digraph-cont-regexp' match.
 This doesn't count the merely contextual bits of the regexp match."
   t 0
   c++ 2)
index f052e002df7d6dc2f71cfb9ed3b20b199ad26533..d980d675d4d65513c86231cefb9a275c5307b6e9 100644 (file)
@@ -708,7 +708,7 @@ backend is operating normally.")
   "Tell if Flymake has running backends in this buffer."
   (flymake-running-backends))
 
-;; FIXME: clone of `isearch-intesects-p'! Make this an util.
+;; FIXME: clone of `isearch-intersects-p'! Make this an util.
 (defun flymake--intersects-p (start0 end0 start1 end1)
   "Return t if regions START0..END0 and START1..END1 intersect."
   (or (and (>= start0 start1) (<  start0 end1))
index 53235ea573bb2abd8776615616bb31964e0b7de0..8f8b79af74bd59dee56dbaf7ca09739f64987938 100644 (file)
@@ -610,7 +610,7 @@ as cdr."
         (forward-comment (- (buffer-size)))
         (skip-chars-forward " \t\n\f")
         (let ((p (point))
-              (hidable t))
+              (hideable t))
           (beginning-of-line)
           (unless (looking-at (concat "[ \t]*" hs-c-start-regexp))
             ;; we are in this situation: (example)
@@ -636,13 +636,13 @@ as cdr."
             (when (or (not (looking-at hs-c-start-regexp))
                       (> (point) q))
               ;; we cannot hide this comment block
-              (setq hidable nil)))
+              (setq hideable nil)))
           ;; goto the end of the comment
           (forward-comment (buffer-size))
           (skip-chars-backward " \t\n\f")
           (end-of-line)
           (when (>= (point) q)
-            (list (and hidable p) (point))))))))
+            (list (and hideable p) (point))))))))
 
 (defun hs-grok-mode-type ()
   "Set up hideshow variables for new buffers.
@@ -741,7 +741,7 @@ and `case-fold-search' are both t."
   (save-excursion
     (let ((c-reg (hs-inside-comment-p)))
       (if (and c-reg (nth 0 c-reg))
-          ;; point is inside a comment, and that comment is hidable
+          ;; point is inside a comment, and that comment is hideable
           (goto-char (nth 0 c-reg))
         (end-of-line)
         (when (and (not c-reg)
index 0eed7acd0d7a7cfebd73d72484f79f9e909765a1..b0d3174eabcdbaf685da49a5fa2ff70d4acecc6e 100644 (file)
@@ -3856,8 +3856,8 @@ Returns the tracked buffer."
 
 (defun python-pdbtrack-comint-input-filter-function (input)
   "Finish tracking session depending on command in INPUT.
-Commands that must finish tracking session is listed in
-`python-pdbtrack-untracking-commands'."
+Commands that must finish the tracking session are listed in
+`python-pdbtrack-exit-command'."
   (when (and python-pdbtrack-tracked-buffer
              ;; Empty input is sent by C-d or `comint-send-eof'
              (or (string-empty-p input)
index 3df2de97297129b3143403e619c639793e7874c5..160a945f657e2aa5a80e9b2edc77903b5ad5d2c0 100644 (file)
@@ -69,7 +69,7 @@
 ;; the long lines.  In such circumstances you may find that `longlines-mode' is
 ;; the most helpful facility.
 ;;
-;; Note also that the mitigations are automatically triggered when visiting a
+;; Note also that the mitigation is automatically triggered when visiting a
 ;; file.  The library does not automatically detect if long lines are inserted
 ;; into an existing buffer (although the `so-long' command can be invoked
 ;; manually in such situations).
 ;;       - Added sgml-mode and nxml-mode to `so-long-target-modes'.
 ;; 0.7.4 - Refactored the handling of `whitespace-mode'.
 ;; 0.7.3 - Added customize group `so-long' with user options.
-;;       - Added `so-long-original-values' to generalise the storage and
+;;       - Added `so-long-original-values' to generalize the storage and
 ;;         restoration of values from the original mode upon `so-long-revert'.
 ;;       - Added `so-long-revert-hook'.
 ;; 0.7.2 - Remember the original major mode even with M-x `so-long-mode'.
 Has no effect if `global-so-long-mode' is not enabled.")
 
 (defvar-local so-long--active nil ; internal use
-  "Non-nil when `so-long' mitigations are in effect.")
+  "Non-nil when `so-long' mitigation is in effect.")
 
 (defvar so-long--set-auto-mode nil ; internal use
   "Non-nil while `set-auto-mode' is executing.")
@@ -740,7 +740,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.
@@ -781,7 +781,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."
   :type '(alist :key-type (variable :tag "Variable")
@@ -822,12 +822,12 @@ If nil, no mode line indicator will be displayed."
 
 (defface so-long-mode-line-active
   '((t :inherit mode-line-emphasis))
-  "Face for `so-long-mode-line-info' when mitigations are active."
+  "Face for `so-long-mode-line-info' when mitigation is active."
   :package-version '(so-long . "1.0"))
 
 (defface so-long-mode-line-inactive
   '((t :inherit mode-line-inactive))
-  "Face for `so-long-mode-line-info' when mitigations have been reverted."
+  "Face for `so-long-mode-line-info' when mitigation has been reverted."
   :package-version '(so-long . "1.0"))
 
 ;; Modes that go slowly and line lengths excessive
@@ -983,7 +983,7 @@ Displayed as part of `mode-line-misc-info'.
 
 `so-long-mode-line-label' defines the text to be displayed (if any).
 
-Face `so-long-mode-line-active' is used while mitigations are active, and
+Face `so-long-mode-line-active' is used while mitigation is active, and
 `so-long-mode-line-inactive' is used if `so-long-revert' is called.
 
 Not displayed when `so-long-mode' is enabled, as the major mode construct
@@ -1659,7 +1659,7 @@ Equivalent to calling (global-so-long-mode 0)"
 
 ;;;###autoload
 (define-minor-mode global-so-long-mode
-  "Toggle automated performance mitigations for files with long lines.
+  "Toggle automated performance mitigation for files with long lines.
 
 Many Emacs modes struggle with buffers which contain excessively long lines,
 and may consequently cause unacceptable performance issues.
@@ -1861,11 +1861,11 @@ If it appears in `%s', you should remove it."
 ; LocalWords:  initialized profiler boolean minified pre redisplay config keymap
 ; LocalWords:  noerror selectable mapc sgml nxml hl flydiff defs arg Phil Sainty
 ; LocalWords:  defadvice nadvice whitespace ie bos eos eobp origmode un Un setq
-; LocalWords:  docstring auf wiedersehen longlines alist autoload Refactored Inc
-; LocalWords:  MERCHANTABILITY RET REGEXP VAR ELPA WS mitigations EmacsWiki eval
+; LocalWords:  docstring auf Wiedersehen longlines alist autoload Refactored Inc
+; LocalWords:  MERCHANTABILITY RET REGEXP VAR ELPA WS EmacsWiki eval
 ; LocalWords:  rx filename filenames
 
-;; So long, farewell, auf wiedersehen, goodbye
+;; So long, farewell, auf Wiedersehen, goodbye
 ;; You have to go, this code is minified
 ;; Goodbye!
 
index ca5af0f0ab789808b8677eae6d697e66b04b016a..1b2a1d643fb99d5dca662ba2e1e96af72a70b8b5 100644 (file)
@@ -1572,7 +1572,7 @@ be a list of the form returned by `event-start' and `event-end'."
 ;; individual bytes at known offsets from the string beginning.
 ;; (make-obsolete 'string-to-unibyte   "use `encode-coding-string'." "26.1")
 ;; string-to-multibyte is also sometimes useful (and there's no good
-;; general replacement for it), so it's also been unobsoleted in Emacs 27.1.
+;; general replacement for it), so it's also been revived in Emacs 27.1.
 ;; (make-obsolete 'string-to-multibyte "use `decode-coding-string'." "26.1")
 ;; bug#23850
 (make-obsolete 'string-as-unibyte   "use `encode-coding-string'." "26.1")
index 1ce4b98fd1bb891a7f0feb8e0172e26929bb5f9a..c33fb174a58fb07d4be46e365c9ceafe67bc3958 100644 (file)
@@ -634,7 +634,7 @@ Signal an error if the entire string was not used."
 (defun number-at-point ()
   "Return the number at point, or nil if none is found.
 Decimal numbers like \"14\" or \"-14.5\", as well as hex numbers
-like \"0xBEEF09\" or \"#xBEEF09\", are regognized."
+like \"0xBEEF09\" or \"#xBEEF09\", are recognized."
   (when (thing-at-point-looking-at
          "\\(-?[0-9]+\\.?[0-9]*\\)\\|\\(0x\\|#x\\)\\([a-zA-Z0-9]+\\)" 500)
     (if (match-beginning 1)
index 5a057c26a1d026601def36eb971185b9481f91fd..2150b6656e1b1825e968cde170af9711dfd415ab 100644 (file)
@@ -358,8 +358,8 @@ get_hb_unicode_funcs (void)
   hb_unicode_funcs_set_general_category_func (funcs, uni_general, NULL, NULL);
   hb_unicode_funcs_set_mirroring_func (funcs, uni_mirroring, NULL, NULL);
 
-  /* Use default implmentation for Unicode composition/decomposition, we might
-   * want to revisit this later.
+  /* Use default implementation for Unicode composition/decomposition.
+     We might want to revisit this later.
   hb_unicode_funcs_set_compose_func (funcs, uni_compose, NULL, NULL);
   hb_unicode_funcs_set_decompose_func (funcs, uni_decompose, NULL, NULL);
   */
@@ -379,7 +379,7 @@ get_hb_unicode_funcs (void)
    (N+1)th element of LGSTRING is nil, input of shaping is from the
    1st to (N)th elements.  In each input glyph, FROM, TO, CHAR, and
    CODE are already set, but FROM and TO need adjustments according
-   to the glyphs produced by the shaping fuinction.
+   to the glyphs produced by the shaping function.
    DIRECTION is either L2R or R2L, or nil if unknown.  During
    redisplay, this comes from applying the UBA, is passed from
    composition_reseat_it, and is used by the HarfBuzz shaper.
index 1984a540addb3deae02c6853192fe06f851a0db6..c52a8ca285591b1e98e25d0d08e094386d07bab7 100644 (file)
@@ -7617,7 +7617,7 @@ set_window_fringes (struct window *w,
       else
        failed = true;
 
-      /* Placing fringes ouside margins.  */
+      /* Placing fringes outside margins.  */
       if (outside != w->fringes_outside_margins)
        {
          w->fringes_outside_margins = outside;
index 2467b336f4a658fd6e6fee9b6f9e1dc91c906cb7..08c6927052cd775b864ce416e4186583bb74bda6 100644 (file)
@@ -21693,7 +21693,7 @@ extend_face_to_end_of_line (struct it *it)
              && indicator_column < it->last_visible_x)
            {
 
-             /* Here we substract char_width because we want the
+             /* Here we subtract char_width because we want the
                 column indicator in the column INDICATOR_COLUMN,
                 not after it.  */
              const int stretch_width =
@@ -21865,7 +21865,7 @@ extend_face_to_end_of_line (struct it *it)
       /* We need to subtract 1 to the indicator_column here because we
         will add the indicator IN the column indicator number, not
         after it.  We compare the variable it->current_x before
-        producing the glyph.  When FRAME_WINDOW_P we substract
+        producing the glyph.  When FRAME_WINDOW_P we subtract
         CHAR_WIDTH calculating STRETCH_WIDTH for the same reason.  */
       const int indicator_column =
        fill_column_indicator_column (it, 1) - 1;
index 2750e9a6263d82ec1d3ff3b0d1757b72fadc30d2..8eee0712c22c7e8e36f16247a1ab4ccf6037f102 100644 (file)
         (inverse-add-abbrev table "Global" 1)))
     (should (string= (abbrev-expansion "foo" table) "bar"))))
 
-(ert-deftest inverse-add-abbrev-skips-trailing-nonword/postiive-arg ()
+(ert-deftest inverse-add-abbrev-skips-trailing-nonword/positive-arg ()
   "Test that adding an inverse abbrev skips trailing nonword characters."
   (let ((table (make-abbrev-table)))
     (with-temp-buffer
index 61d7ea370e20e1f4efa5af706dec1f78d2feef40..515275591f905b3a20c4a10b04e06de334254f8d 100644 (file)
     (should (file-exists-p tst))
     (should-not (semantic-ia-utest tst))))
 
-(ert-deftest semantic-utest-ia-varnamse.java ()
+(ert-deftest semantic-utest-ia-varnames.java ()
   (let ((tst (expand-file-name "testvarnames.java" semantic-utest-test-directory)))
     (should (file-exists-p tst))
     (should-not (semantic-ia-utest tst))))
index d69a195a1285b4853ce300eaede974e14f83a7c6..2e82fc9c90ac55c4ee0b22b53bc1ef8819ef2397 100644 (file)
@@ -21,7 +21,6 @@
 ;;
 ;; Unit tests for the getset inserter application.
 
-;;(require 'cedet-uutil)
 (require 'srecode/semantic)
 
 ;;; Code:
index 8523044714852863f628a7a5497ed9365bb453f9..d3b9732b74dfbbe044c1be08289f344be830e11e 100644 (file)
@@ -569,14 +569,14 @@ collection clause."
                           finally return result)
                  '(2 1 0)))
 
-  ;; this nonintuitive result is replicated by clisp
+  ;; this unintuitive result is replicated by clisp
   (should (equal (cl-loop with result
                           for x below 3
                           and y = (progn (push x result))
                           finally return result)
                  '(2 1 0 0)))
 
-  ;; this nonintuitive result is replicated by clisp
+  ;; this unintuitive result is replicated by clisp
   (should (equal (cl-loop with result
                           for x below 3
                           and y = (progn (push x result)) then (progn (push (1+ x) result))
index 3658964faac98501797a34aceeee62cb47b849e5..6b94ccb2d5b475170348dd5a41c5f36ad9e02e4f 100644 (file)
@@ -66,7 +66,7 @@
          (opt (regexp-opt-test--match-all perm opt-re)))
     (concat "\n"
             (format "Naïve regexp:     %s\n" ref-re)
-            (format "Optimised regexp: %s\n" opt-re)
+            (format "Optimized regexp: %s\n" opt-re)
             (format "Got:      %s\n" opt)
             (format "Expected: %s\n" ref))))
 
index 7d77eca87d27ce93b93e676ef5c9c120d3eb3593..72d5488ec2ecdd3e4f8385c021a424847be4af9d 100644 (file)
@@ -37,7 +37,7 @@
 \(fun6):
 \(fun7): Some prose.
 \(fun8): A longer description of a complicated change.\
-  Spread over a couple of sentencences.\
+  Spread over a couple of sentences.\
   Long enough to be filled for several lines.
 \(fun9): Etc.")
     (goto-char (point-min))
@@ -46,7 +46,7 @@
 * dir/file.ext (fun1, fun2, fun3):
 * file2.txt (fun4, fun5, fun6, fun7): Some prose.
 \(fun8): A longer description of a complicated change.  Spread over a
-couple of sentencences.  Long enough to be filled for several lines.
+couple of sentences.  Long enough to be filled for several lines.
 \(fun9): Etc."))
     (let ((fill-column 20)) (log-edit-fill-entry))
     (should (equal (buffer-string) "\
@@ -59,10 +59,9 @@ Some prose.
 description of a
 complicated change.
 Spread over a couple
-of sentencences.
-Long enough to be
-filled for several
-lines.
+of sentences.  Long
+enough to be filled
+for several lines.
 \(fun9): Etc."))
     (let ((fill-column 40)) (log-edit-fill-entry))
     (should (equal (buffer-string) "\
@@ -71,21 +70,21 @@ lines.
 Some prose.
 \(fun8): A longer description of a
 complicated change.  Spread over a
-couple of sentencences.  Long enough to
-be filled for several lines.
+couple of sentences.  Long enough to be
+filled for several lines.
 \(fun9): Etc."))))
 
 (ert-deftest log-edit-fill-entry-trailing-prose ()
   (with-temp-buffer
     (insert "\
 * dir/file.ext (fun1): A longer description of a complicated change.\
-  Spread over a couple of sentencences.\
+  Spread over a couple of sentences.\
   Long enough to be filled for several lines.")
     (let ((fill-column 72)) (log-edit-fill-entry))
     (should (equal (buffer-string) "\
 * dir/file.ext (fun1): A longer description of a complicated change.
-Spread over a couple of sentencences.  Long enough to be filled for
-several lines."))))
+Spread over a couple of sentences.  Long enough to be filled for several
+lines."))))
 
 (ert-deftest log-edit-fill-entry-joining ()
   ;; Join short enough function names on the same line.
index c94bcfafbca244dcf6845e17729b038e3dc23f28..6ae373de359d155a72a328b1b0622e96191b3c5f 100644 (file)
@@ -56,12 +56,12 @@ struct moose {
  * ## uml-prototype "moose{} : struct"
  */
 
-struct moose strct_fcn ( struct moose in, char *out);
+struct moose struct_fcn ( struct moose in, char *out);
 /*
- * ## name "strct_fcn"
- * ## abbreviate "strct_fcn()"
- * ## prototype "struct moose strct_fcn (struct moose in,char* out)"
- * ## uml-prototype "strct_fcn (in : struct moose,out : char*) : struct moose"
+ * ## name "struct_fcn"
+ * ## abbreviate "struct_fcn()"
+ * ## prototype "struct moose struct_fcn (struct moose in,char* out)"
+ * ## uml-prototype "struct_fcn (in : struct moose,out : char*) : struct moose"
  */
 
 struct moose *var_one = NULL;
index b77cd4fbe29d4b82276e2ba67b14679a45c09ee4..cbc8c3f1ba156e6423786dbbf60674cc05080b82 100644 (file)
@@ -57,7 +57,7 @@ template testarea :blank
 ----
 
 ;; This is a bad hack - In order for the text to parse, but also get a completion
-;; monicker into the right spot, we need to pretend a comment is the same as the
+;; moniker into the right spot, we need to pretend a comment is the same as the
 ;; escape_end.
 ;; Local variables:
 ;; comment-start-skip: "}}"
index 764498d4084f0a228f6480ff986ab4b3282b8307..7c353d161a14c3c70355e0ac372142102e8802b2 100644 (file)
@@ -28,7 +28,7 @@ void Date::setDate ( int d , int m , int y ){
        t = mktime ( date ) ;
 }
 
-// Addition operation ::: Warning ::: A combination of addition and substraction does not give a proper result
+// Addition operation ::: Warning ::: A combination of addition and subtraction does not give a proper result
 void Date::plus ( int days , int month , int year ){
        if ( ! set () )
                return;
@@ -38,7 +38,7 @@ void Date::plus ( int days , int month , int year ){
        mktime ( date );
 }
 
-//Substraction operation ::: Warning ::: A combination of addition and substraction does not give a proper result
+//Subtraction operation ::: Warning ::: A combination of addition and subtraction does not give a proper result
 void Date::minus ( int days , int month , int year ){
        if ( ! set () )
                return;
@@ -74,7 +74,7 @@ Date & Date::operator += ( int days ){
        return(*this);
 }
 
-// Substract number of days
+// Subtract number of days
 Date & Date::operator -= ( int days ){
        if ( set () ){
                date->tm_mday -= days ;
index 5fd37520f707b7c8d4cd8008a8ea58117320d0ff..3a9b43ec4eeba876c29e698f3a3729fb39600f78 100644 (file)
@@ -565,7 +565,7 @@ with parameters from the *Messages* buffer modification."
 (deftest-previous-overlay-change-1 o 25 20 (30 30) (20 30))
 (deftest-previous-overlay-change-1 p 30 20 (20 20) (20 30))
 (deftest-previous-overlay-change-1 q 40 30 (20 20) (20 30))
-;; 1 empty, 1 non-empty, intersectig in the middle
+;; 1 empty, 1 non-empty, intersecting in the middle
 (deftest-previous-overlay-change-1 r 10 1 (25 25) (20 30))
 (deftest-previous-overlay-change-1 s 20 1 (25 25) (20 30))
 (deftest-previous-overlay-change-1 t 25 20 (25 25) (20 30))
@@ -969,7 +969,7 @@ with parameters from the *Messages* buffer modification."
       (should (= 25 (overlay-start right)))
       (should (= 75 (overlay-end right)))
       ;; Try to detect the error, by removing left.  The should fail
-      ;; an eassert, since it won't be found by a reular tree
+      ;; an eassert, since it won't be found by a regular tree
       ;; traversal - in theory.
       (delete-overlay left)
       (should (= 2 (length (overlays-in 1 (point-max))))))))
@@ -1045,7 +1045,7 @@ with parameters from the *Messages* buffer modification."
 ;; | make-indirect-buffer
 ;; +==========================================================================+
 
-;; Check if overlays are cloned/seperate from indirect buffer.
+;; Check if overlays are cloned/separate from indirect buffer.
 (ert-deftest test-make-indirect-buffer-1 ()
   (with-temp-buffer
     (dotimes (_ 10) (make-overlay 1 1))
index 93f7f63847feced79745d9bb39536a28e2691cb0..bcc652a8053aba4035c6a04a6947826fb8f239d6 100644 (file)
   (should (equal (base64-encode-string "\x14\xfb\x9c\x03\xd9\x7f") "FPucA9l/")))
 
 (ert-deftest fns-test-base64url-encode-region ()
-  ;; url variant wih padding
+  ;; url variant with padding
   (should (equal (fns-tests--with-region base64url-encode-region "") ""))
   (should (equal (fns-tests--with-region base64url-encode-region "f") "Zg=="))
   (should (equal (fns-tests--with-region base64url-encode-region "fo") "Zm8="))
                  (fns-tests--string-repeat "FPucA9l_" 10))))
 
 (ert-deftest fns-test-base64url-encode-string ()
-  ;; url variant wih padding
+  ;; url variant with padding
   (should (equal (base64url-encode-string "") ""))
   (should (equal (base64url-encode-string "f") "Zg=="))
   (should (equal (base64url-encode-string "fo") "Zm8="))
   (should (equal (base64-decode-string "FPucA9l+") "\x14\xfb\x9c\x03\xd9\x7e"))
   (should (equal (base64-decode-string "FPucA9l/") "\x14\xfb\x9c\x03\xd9\x7f"))
 
-  ;; no paddign
+  ;; no padding
   (should (equal (base64-decode-string "" t) ""))
   (should (equal (base64-decode-string "Zg" t) "f"))
   (should (equal (base64-decode-string "Zm8" t) "fo"))
   (should (equal (base64-decode-string "Zm9vYmE" t) "fooba"))
   (should (equal (base64-decode-string "Zm9vYmFy" t) "foobar"))
 
-  ;; url variant wih padding
+  ;; url variant with padding
   (should (equal (base64-decode-string "") ""))
   (should (equal (base64-decode-string "Zg==" t) "f") )
   (should (equal (base64-decode-string "Zm8=" t) "fo"))