]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sun, 3 Dec 2023 22:31:30 +0000 (23:31 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 3 Dec 2023 22:31:30 +0000 (23:31 +0100)
60 files changed:
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/keymaps.texi
doc/misc/calc.texi
doc/misc/eglot.texi
doc/misc/epa.texi
doc/misc/modus-themes.org
doc/misc/tramp.texi
doc/misc/widget.texi
etc/ERC-NEWS
etc/ORG-NEWS
etc/PROBLEMS
lisp/cedet/semantic/complete.el
lisp/cedet/srecode/extract.el
lisp/cedet/srecode/srt-mode.el
lisp/desktop.el
lisp/emacs-lisp/comp-cstr.el
lisp/emacs-lisp/comp.el
lisp/emacs-lisp/ert.el
lisp/emacs-lisp/lisp.el
lisp/emacs-lisp/package-vc.el
lisp/erc/erc-services.el
lisp/gnus/gnus-search.el
lisp/gnus/nndiary.el
lisp/gnus/nnml.el
lisp/language/hanja-util.el
lisp/loadup.el
lisp/mail/rmailout.el
lisp/net/newst-treeview.el
lisp/net/sieve-manage.el
lisp/net/soap-client.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
lisp/org/oc-biblatex.el
lisp/org/oc.el
lisp/org/org-capture.el
lisp/org/org-compat.el
lisp/org/org-element.el
lisp/org/org-persist.el
lisp/org/org-table.el
lisp/org/org.el
lisp/progmodes/c-ts-common.el
lisp/progmodes/c-ts-mode.el
lisp/progmodes/compile.el
lisp/progmodes/cperl-mode.el
lisp/progmodes/perl-mode.el
lisp/progmodes/ruby-ts-mode.el
lisp/ses.el
lisp/simple.el
lisp/vc/vc-rcs.el
lisp/vc/vc.el
src/conf_post.h
src/fileio.c
src/image.c
src/itree.c
src/tparam.c
src/window.c
src/xfont.c
src/xterm.c
test/lisp/international/mule-tests.el
test/lisp/progmodes/perl-mode-tests.el

index d6627a2a1ca88286b6bc75505d65e1bc474a33bf..eb8ff413b79a0586ece5bb71e1facbffc838f1af 100644 (file)
@@ -14630,7 +14630,7 @@ almost the same code as for the recursive version of
 
 @need 800
 @noindent
-Let's re-use @kbd{C-c =} as a convenient key binding:
+Let's reuse @kbd{C-c =} as a convenient key binding:
 
 @smallexample
 (global-set-key "\C-c=" 'count-words-defun)
index be924b5655a1c7ee7b8c43564c405b0f5db13f65..c0d5905102d95d52284a06683de1cac703ee4d70 100644 (file)
@@ -491,7 +491,7 @@ useful if there is a command which doesn't exist in the map being
 defined, but which should have the @code{repeat-map} property.
 
 If the @code{:exit} list is empty then no commands in the map exit
-@code{repeat-mode}.  Specifying one ore more commands in this list is
+@code{repeat-mode}.  Specifying one or more commands in this list is
 useful if the keymap being defined contains a command that should not
 have the @code{repeat-map} property.
 @end table
index de014bf0344eb5eff3b0ce381a73cf642f25be17..33d1f4160ff3d5975066031550f630301308fe82 100644 (file)
@@ -11953,7 +11953,7 @@ trail pointer in various ways.
 @cindex Retrieving previous results
 The @kbd{t y} (@code{calc-trail-yank}) command reads the selected value in
 the trail and pushes it onto the Calculator stack.  It allows you to
-re-use any previously computed value without retyping.  With a numeric
+reuse any previously computed value without retyping.  With a numeric
 prefix argument @var{n}, it yanks the value @var{n} lines above the current
 trail pointer.
 
index e1074bf9f0ef9e777d965a3fd48ecf95147ad890..f7543193f18c6290f3ecae92d8ba964ff7ea856b 100644 (file)
@@ -1210,7 +1210,7 @@ in @ref{Project-specific configuration}.  Here is an example:
 @end lisp
 
 Note that the global value of @code{eglot-workspace-configuration} is
-always overriden if a directory-local value is detected.
+always overridden if a directory-local value is detected.
 
 @node JSONRPC objects in Elisp
 @section JSONRPC objects in Elisp
index 917fd588593ec0b198bdb16df2807e8f88fefdec..3d00bc111c0049c4fd5186b3c0a9e7dc37c7d18e 100644 (file)
@@ -456,9 +456,9 @@ public key, it does not prompt for a passphrase for the buffer save,
 but it will prompt for your passphrase for file reads every now and
 then, depending on the GnuPG Agent cache configuration.
 
-@cindex tempory files created by easypg assistant
+@cindex temporary files created by easypg assistant
 To encrypt and decrypt files as described above EasyPG Assistant under
-certain circumstances uses intermediate tempory files that contain the
+certain circumstances uses intermediate temporary files that contain the
 plain-text contents of the files it processes.  EasyPG Assistant
 creates them below the directory returned by function
 @code{temporary-file-directory} (@pxref{Unique File Names, ,
index 8cfa22df923e9658702fbabe79ba776539249ff8..db7655e692c5ffc4eae7151c30362dad7ba5f50b 100644 (file)
@@ -4015,7 +4015,7 @@ height of the mode lines, but also remove their border:
 #+end_src
 
 The above relies on the ~set-face-attribute~ function, though users who
-plan to re-use colors from the theme and do so at scale are better off
+plan to reuse colors from the theme and do so at scale are better off
 with the more streamlined combination of the ~modus-themes-with-colors~
 macro and ~custom-set-faces~.
 
@@ -4023,7 +4023,7 @@ macro and ~custom-set-faces~.
 
 As explained before in this document, this approach has a syntax that is
 consistent with the source code of the themes, so it probably is easier
-to re-use parts of the design.
+to reuse parts of the design.
 
 The following emulates the stock Emacs style, while still using the
 colors of the Modus themes (whichever attribute is not explicitly stated
@@ -5076,7 +5076,7 @@ advanced customization options of the themes.
 [[#h:f4651d55-8c07-46aa-b52b-bed1e53463bb][Advanced customization]].
 
 In the following example, we are assuming that the user wants to (i)
-re-use color variables provided by the themes, (ii) be able to retain
+reuse color variables provided by the themes, (ii) be able to retain
 their tweaks while switching between ~modus-operandi~ and ~modus-vivendi~,
 and (iii) have the option to highlight either the foreground of the
 parentheses or the background as well.
@@ -5096,7 +5096,7 @@ Then we can update our preference with this:
 (setq my-highlight-parentheses-use-background nil)
 #+end_src
 
-To re-use colors from the themes, we must wrap our code in the
+To reuse colors from the themes, we must wrap our code in the
 ~modus-themes-with-colors~ macro.  Our implementation must interface with
 the variables ~highlight-parentheses-background-colors~ and/or
 ~highlight-parentheses-colors~.
@@ -5770,7 +5770,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.
 
index a4583a6074e8994190e228e2401ae8ab4bf5572c..b604062c6c1d827af4997045f6f298349fe0de16 100644 (file)
@@ -3619,7 +3619,7 @@ ssh@value{postfixhop}you@@remotehost@value{postfix}/path @key{RET}}
 Each involved method must be an inline method (@pxref{Inline methods}).
 
 @value{tramp} adds the ad-hoc definitions on the fly to
-@code{tramp-default-proxies-alist} and is available for re-use during
+@code{tramp-default-proxies-alist} and is available for reuse during
 that Emacs session.  Subsequent @value{tramp} connections to the same
 remote host can then use the shortcut form:
 @samp{@trampfn{ssh,you@@remotehost,/path}}.
index eb411f29c5c6e7cd7310263c91e6259d282ceb8e..e8b41315000a231efce94f1b0ccf50559b079578 100644 (file)
@@ -1703,7 +1703,7 @@ A variable that holds the history of field minibuffer edits.
 
 @item :prompt-value
 A function that uses the @code{:prompt-internal} function and the
-@code{:prompt-history} value to prompt for a string, and retun the
+@code{:prompt-history} value to prompt for a string, and return the
 user response in the external format.
 
 @item :action
@@ -1714,7 +1714,7 @@ Function that takes care of creating the widget, respecting its
 @code{:size} and @code{:value}.
 
 @item :value-set
-Function to use to modify programatically the current value of the
+Function to use to modify programmatically the current value of the
 widget.
 
 @item :value-delete
@@ -2455,7 +2455,7 @@ difference from the @code{const} widget is that they will allow the
 user to see the variable or function documentation for the symbol.
 
 This is accomplished via using the @samp{%h} format escape, and adding
-an appropiate @code{:documentation-property} function for each widget.
+an appropriate @code{:documentation-property} function for each widget.
 
 @deffn Widget variable-item
 An immutable symbol that is bound as a variable.
index 9672a86345bc9e9b4af520456ed2e235699ee923..fb72b0834aca13c19c09841d0b29cb18020a1b41 100644 (file)
@@ -1195,7 +1195,7 @@ Only the macros in cl-macs.el are used.
 
 ** Make flood protection toggle-able as on/off, removing the 'strict option.
 
-** If possible, re-use channel buffers when reconnecting to a server.
+** If possible, reuse channel buffers when reconnecting to a server.
 
 ** Text in ERC buffers is now read-only by default.
 To get the previous behavior,
index 5f92c0560183cc0cbb3d815f8e2f08e11d5d7d3c..1e87f10748f1338f10790f3de71debb6771f9089 100644 (file)
@@ -1098,7 +1098,7 @@ Conversion to SVG exposes a number of additional customizations that
 give the user full control over the contents of the latex source
 block. ~org-babel-latex-preamble~, ~org-babel-latex-begin-env~ and
 ~org-babel-latex-end-env~ are new customization options added to allow
-the user to specify the preamble and code that preceedes and proceeds
+the user to specify the preamble and code that precedes and proceeds
 the contents of the source block.
 
 *** New option ~org-html-meta-tags~ allows for HTML meta tags customization
index 71cade6343cf86c22141dccd3ebed07770fba891..f290b86cb8a383ccfc13a7813f9742b1b008208d 100644 (file)
@@ -1994,7 +1994,7 @@ remote X server, try this:
 
 *** Dropping text on xterm doesn't work.
 
-Emacs sends sythetic button events to legacy clients such as xterm
+Emacs sends synthetic button events to legacy clients such as xterm
 that do not support either the XDND or Motif drag-and-drop protocols
 in order to "paste" the text that was dropped.  Unfortunately, xterm
 is configured to ignore these events by default.  Add the following to
index 6f84b83ab755f210840c061d1de451a2218da3f1..b6ad9b598df2767b213ec9fbb39c809a3c198d07 100644 (file)
@@ -1046,7 +1046,7 @@ Output must be in semanticdb Find result format."
                     (and last-prefix (string-prefix-p last-prefix prefix t)))
                 ;; We have the same prefix, or last-prefix is a
                 ;; substring of the of new prefix, in which case we are
-                ;; refining our symbol so just re-use cache.
+                ;; refining our symbol so just reuse cache.
                 (oref obj last-all-completions))
                ((and last-prefix
                      (> (length prefix) 1)
index 4eb7632b72130781af6f5519fbd9d929a91ff8a1..7e74746f1da06a17c5180e6b2ce8a1b015f998b7 100644 (file)
@@ -33,7 +33,7 @@
 ;; or deep template calls can be extracted.
 ;;
 ;; This code was specifically written for srecode-document, which
-;; wants to extract user written text, and re-use it in a reformatted
+;; wants to extract user written text, and reuse it in a reformatted
 ;; comment.
 
 (require 'srecode)
index 6bd416c5690d416fd9e2b900c044367ac72f5444..30509298ddcb6b7ae28423ea5c54bb19cd0d8ac7 100644 (file)
@@ -420,7 +420,7 @@ Moves to the end of one named section."
              (when (string= (car (car subdicts)) name)
                (setq res (cdr (car subdicts))))
              (setq subdicts (cdr subdicts)))
-           ;; Pre-pend our global vars.
+           ;; Prepend our global vars.
            (append global res))
        ;; If we aren't in a subsection, just do the global variables
        global
index d6d3e609b21f23aac95328e4684ebe68e93562d0..9894b73bd6afd6a7856edff0ae5750ec59d4c370 100644 (file)
@@ -293,7 +293,7 @@ May be used to show a dired buffer."
   :version "22.1")
 
 (defcustom desktop-not-loaded-hook nil
-  "Normal hook run when the user declines to re-use a desktop file.
+  "Normal hook run when the user declines to reuse a desktop file.
 Run in the directory in which the desktop file was found.
 May be used to deal with accidental multiple Emacs jobs."
   :type 'hook
index 787232067a131f03db67a061583f32d4391bc412..4653e1f991c61607bf105ee7af4e20d648f409df 100644 (file)
@@ -690,7 +690,7 @@ DST is returned."
             (cl-loop
              for val in (valset src)
              ;; If (member value) is subtypep of all other sources then
-             ;; is good to be colleted.
+             ;; is good to be collected.
              when (cl-every (lambda (s)
                               (or (memql val (valset s))
                                   (cl-some (lambda (type)
index b5355acf7ccb3dd363a2ed09cd46d6ff57487d8a..586a4df3890822264b8a95500e8ff3db11487b48 100644 (file)
@@ -4322,7 +4322,7 @@ last directory in `native-comp-eln-load-path')."
 Make sure that eln file is younger than byte-compiled one and
 return the filename of this last.
 
-This function can be used only in conjuntion with
+This function can be used only in conjunction with
 `byte+native-compile' `byte-to-native-output-buffer-file' (see
 `batch-byte+native-compile')."
   (pcase byte-to-native-output-buffer-file
index 5d001307125d7220e6265666f86935e8dba3750c..74c59953db6d5808060288e808a32b03e999abf8 100644 (file)
@@ -98,7 +98,7 @@ Even modest settings for `print-length' and `print-level' can
 produce extremely long lines in backtraces and lengthy delays in
 forming them.  This variable governs the target maximum line
 length by manipulating these two variables while printing stack
-traces.  Setting this variable to t will re-use the value of
+traces.  Setting this variable to t will reuse the value of
 `backtrace-line-length' while printing stack traces in ERT batch
 mode.  Any other value will be temporarily bound to
 `backtrace-line-length' when producing stack traces in batch
index 17d58b1e3c666da9a52f6dd7b130e8dbce33eafc..0bd1cc8b2e0215b645bcd369cda39c9b5220d630 100644 (file)
@@ -93,7 +93,7 @@ report errors as appropriate for this kind of usage."
 
 (defun mark-sexp (&optional arg allow-extend)
   "Set mark ARG sexps from point or move mark one sexp.
-When called from Lisp with ALLOW-EXTEND ommitted or nil, mark is
+When called from Lisp with ALLOW-EXTEND omitted or nil, mark is
 set ARG sexps from point.
 With ARG and ALLOW-EXTEND both non-nil (interactively, with prefix
 argument), the place to which mark goes is the same place \\[forward-sexp]
index 2a5f14b3ee3d24742f1aa263dc6215dc85b1098b..c6625bf0ff8b9d5aefcdc4fcc13aa8d8a6c42674 100644 (file)
@@ -29,7 +29,7 @@
 ;; To install a package from source use `package-vc-install'.  If you
 ;; aren't interested in activating a package, you can use
 ;; `package-vc-checkout' instead, which will prompt you for a target
-;; directory.  If you wish to re-use an existing checkout, the command
+;; directory.  If you wish to reuse an existing checkout, the command
 ;; `package-vc-install-from-checkout' will create a symbolic link and
 ;; prepare the package.
 ;;
index 2e6959cc3f095d004054a8f8689affb7a790e7b6..270cd1bdd4c9fa28f540aa8a7dcb3ac6e9b5ec5b 100644 (file)
@@ -168,7 +168,7 @@ You can also use \\[erc-nickserv-identify-mode] to change modes."
   :type 'boolean)
 
 (defcustom erc-use-auth-source-for-nickserv-password nil
-  "Query auth-source for a password when identifiying to NickServ.
+  "Query auth-source for a password when identifying to NickServ.
 Passwords from `erc-nickserv-passwords' take precedence.  See
 function `erc-nickserv-get-password'."
   :version "28.1"
index 27c71fa6c6a5032aa1a94d2e00c9e0125f4b7284..13265586e5f2983befbe0278986b6ffd1ade9d6f 100644 (file)
@@ -1444,7 +1444,7 @@ Returns a list of [group article score] vectors."
        (when (and f-name
                    (file-readable-p f-name)
                   (null (file-directory-p f-name)))
-          ;; `expand-file-name' canoncalizes the file name,
+          ;; `expand-file-name' canonicalizes the file name,
           ;; specifically collapsing multiple consecutive directory
           ;; separators.
           (setq f-name (expand-file-name f-name)
index c7a75105c082aea1783fa5e209de6bae9a840f3f..95d2d52c34251b07afedca1dbe1d3c847638cac6 100644 (file)
@@ -1023,7 +1023,7 @@ all.  This may very well take some time.")
 (defun nndiary-generate-nov-databases (&optional server)
   "Generate NOV databases in all nndiary directories."
   (interactive (list (or (nnoo-current-server 'nndiary) "")))
-  ;; Read the active file to make sure we don't re-use articles
+  ;; Read the active file to make sure we don't reuse articles
   ;; numbers in empty groups.
   (nnmail-activate 'nndiary)
   (unless (nndiary-server-opened server)
index d969716f020a7e64c7a6c1d223849072d06d6dad..44962c61b4bfedfb3eded05e512189b4ecf6b26d 100644 (file)
@@ -830,7 +830,7 @@ article number.  This function is called narrowed to an article."
 (defun nnml-generate-nov-databases (&optional server)
   "Generate NOV databases in all nnml directories."
   (interactive (list (or (nnoo-current-server 'nnml) "")))
-  ;; Read the active file to make sure we don't re-use articles
+  ;; Read the active file to make sure we don't reuse articles
   ;; numbers in empty groups.
   (nnmail-activate 'nnml)
   (unless (nnml-server-opened server)
index be0364b1c23e9b640e9bd32a22c6499ff4c82641..6334b63334c410a8d46989a7f28aa7c7e46de800 100644 (file)
@@ -6437,7 +6437,7 @@ character.  This variable is initialized by `hanja-init-load'.")
     (message "")))
 
 ;; List of current conversion status.
-;; The first element is the strating position of shown list.
+;; The first element is the starting position of shown list.
 ;; It is a group number each split by `hanja-list-width'.
 ;; The second element is the position of selected element.
 ;; The third element is a list of suitable Hanja candidate.
index 1cc70348267e0bfbc9fad55ac5beaaa91d14b1f7..8f884108d9ac35477d69d6c2552fde0771f68bb0 100644 (file)
@@ -479,7 +479,7 @@ lost after dumping")))
 (defvar comp-subr-arities-h)
 (when (featurep 'native-compile)
   ;; Save the arity for all primitives so the compiler can always
-  ;; retrive it even in case of redefinition.
+  ;; retrieve it even in case of redefinition.
   (mapatoms (lambda (f)
               (when (subr-primitive-p (symbol-function f))
                 (puthash f (func-arity f) comp-subr-arities-h))))
index d0c0efec53b85eacaf7a8e0f27bbab13f3ae2645..465526c59cd3ffccf5b1fb9de4953988a0ec27d3 100644 (file)
@@ -454,7 +454,7 @@ display message number MSG."
       (narrow-to-region (point-max) (point-max)))
     (insert-buffer-substring tembuf)
     (rmail-count-new-messages t)
-    ;; FIXME should re-use existing windows.
+    ;; FIXME should reuse existing windows.
     (if (rmail-summary-exists)
        (rmail-select-summary (rmail-update-summary)))
     (rmail-show-message-1 msg)))
index 39988ba6cfb10f6b43a095aa0ccb09033dfb8a8b..3b2714f3cc4e450f8df4fd2ad93bea7576e6f171 100644 (file)
@@ -1466,7 +1466,7 @@ Move to next item unless DONT-PROCEED is non-nil."
       nil)))
 
 (defun newsticker--treeview-get-second-child (node)
-  "Get scond child of NODE."
+  "Get second child of NODE."
   (let ((children (widget-get node :children)))
     (if children
         (car (cdr children))
index 4866f788bffca1601ad5a443c5daf6c14b4e8bab..733b235bedf22452851f9b698bb271b5fea3ce9e 100644 (file)
@@ -171,7 +171,7 @@ Valid states are `closed', `initial', `nonauth', and `auth'.")
   "Append ARGS to `sieve-manage-log' buffer.
 
 ARGS can be a string or a list of strings.
-The buffer to use for logging is specifified via `sieve-manage-log'.
+The buffer to use for logging is specified via `sieve-manage-log'.
 If it is nil, logging is disabled.
 
 When the `sieve-manage-log' buffer doesn't exist, it gets created (and
index 73974f864b38be4381cb73bb89f5d0ee90b7f249..badf24c74d94923a258a0d5e27f8f1813521fe56 100644 (file)
@@ -1953,7 +1953,7 @@ This is a specialization of `soap-decode-type' for
                                   (xml-get-children node (intern e-name)))
                               ;; e-name is nil so a) we don't know which
                               ;; children to operate on, and b) we want to
-                              ;; re-use soap-decode-xs-complex-type, which
+                              ;; reuse soap-decode-xs-complex-type, which
                               ;; expects a node argument with a complex
                               ;; type; therefore we need to operate on the
                               ;; entire node.  We wrap node in a list so
index aa1d025bf19b7ba35456d55a339fa6ebe9f6df8e..cf113b117edeb87970e699610201ec0700efc782 100644 (file)
@@ -2498,7 +2498,7 @@ The method used must be an out-of-band method."
                      copy-program copy-args)))
                (tramp-message v 6 "%s" (string-join (process-command p) " "))
                (process-put p 'tramp-vector v)
-               ;; This is neded for ssh or PuTTY based processes, and
+               ;; This is needed for ssh or PuTTY based processes, and
                ;; only if the respective options are set.  Perhaps,
                ;; the setting could be more fine-grained.
                ;; (process-put p 'tramp-shared-socket t)
@@ -3840,7 +3840,7 @@ Fall back to normal file name handler if no Tramp handler exists."
           (string-join sequence " "))
        (tramp-message v 6 "Run `%s', %S" (string-join sequence " ") p)
        (process-put p 'tramp-vector v)
-       ;; This is neded for ssh or PuTTY based processes, and only if
+       ;; This is needed for ssh or PuTTY based processes, and only if
        ;; the respective options are set.  Perhaps, the setting could
        ;; be more fine-grained.
        ;; (process-put p 'tramp-shared-socket t)
@@ -5224,7 +5224,7 @@ connection if a previous connection has died for some reason."
                ;; Set sentinel and query flag.  Initialize variables.
                (set-process-sentinel p #'tramp-process-sentinel)
                (process-put p 'tramp-vector vec)
-               ;; This is neded for ssh or PuTTY based processes, and
+               ;; This is needed for ssh or PuTTY based processes, and
                ;; only if the respective options are set.  Perhaps,
                ;; the setting could be more fine-grained.
                ;; (process-put p 'tramp-shared-socket t)
index 5e8d6bbcd08157d89c9e78ee2217bb706fddb99b..70f8a45bdccb75e49902bfad1befe96a6d061503 100644 (file)
@@ -5083,7 +5083,7 @@ substitution.  SPEC-LIST is a list of char/value pairs used for
            (when filter
              (set-process-filter p filter))
            (process-put p 'tramp-vector v)
-           ;; This is neded for ssh or PuTTY based processes, and
+           ;; This is needed for ssh or PuTTY based processes, and
            ;; only if the respective options are set.  Perhaps, the
            ;; setting could be more fine-grained.
            ;; (process-put p 'tramp-shared-socket t)
index b2d31f0f6353873c3710d1098b04222ed4bb531c..0ed5459a66dae287a9619fef29f91c07587eaeb7 100644 (file)
@@ -26,7 +26,7 @@
 
 ;; The processor relies on "biblatex" LaTeX package.  As such it ensures that
 ;; the package is properly required in the document's preamble.  More
-;; accurately, it will re-use any "\usepackage{biblatex}" already present in
+;; accurately, it will reuse any "\usepackage{biblatex}" already present in
 ;; the document (e.g., through `org-latex-packages-alist'), or insert one using
 ;; options defined in `org-cite-biblatex-options'.
 
index 8a7b662098a0be9ed6da6196a9126fcc916727aa..269f7fd13a1d26406dc79242f8587fce968d7fdb 100644 (file)
@@ -52,7 +52,7 @@
 ;; through the "cite_export" keyword.
 
 ;; Eventually, this library provides some tools, mainly targeted at
-;; processor implementors.  Most are export-specific and are located
+;; processor implementers.  Most are export-specific and are located
 ;; in the "Tools only available during export" and "Tools generating
 ;; or operating on parsed data" sections.
 
index a696c615b2a6be57935bf41d6339feba7c706db7..41872ff87ef0957b4a0591ccd4011ef46c6213fd 100644 (file)
@@ -1312,7 +1312,7 @@ may have been stored before."
                (while (< (point) end)
                  (indent-to i)
                  (forward-line)))
-             ;; Pre-pending an item could change the type of the list
+             ;; Prepending an item could change the type of the list
              ;; if there is a mismatch.  In this situation,
              ;; prioritize the existing list.
              (when prepend?
index d5bf2191ae791eae71eab4fe102e23bc0146d0e1..db5e9283bf5bde4c2809b5b36b67d5b467f5ae06 100644 (file)
@@ -141,7 +141,7 @@ Unibyte strings are converted to multibyte for comparison."
 Elements in COMPONENTS must be a string or nil.
 DIRECTORY or the non-final elements in COMPONENTS may or may not end
 with a slash -- if they don't end with a slash, a slash will be
-inserted before contatenating."
+inserted before concatenating."
     (save-match-data
       (mapconcat
        #'identity
index 0debd1a6818a4c0840282d14e4346f1c0ff48d84..e6bff9120c47f18c88dddf83c18f74d3e144bb82 100644 (file)
@@ -5484,7 +5484,7 @@ This variable is used to determine when re-parsing buffer is not going
 to slow down the command.
 
 If the commands end up modifying the cache, the worst case scenario is
-performance drop.  So, advicing these commands is safe.  Yet, it is
+performance drop.  So, advising these commands is safe.  Yet, it is
 better to remove the commands advised in such a way from this list.")
 
 (defmacro org-element--request-key (request)
index 01078f4596d831a8fbed7626eb21c3cf98cc490a..dc9fe3a7103dafba9d334ea28be39eaf885c234c 100644 (file)
 ;;
 ;; Each collection is represented as a plist containing the following
 ;; properties:
-;; - `:container'   : list of data continers to be stored in single
+;; - `:container'   : list of data containers to be stored in single
 ;;                    file;
 ;; - `:persist-file': data file name;
 ;; - `:associated'  : list of associated objects;
@@ -253,7 +253,7 @@ The index is a list of plists.  Each plist contains information about
 persistent data storage.  Each plist contains the following
 properties:
 
-  - `:container'  : list of data continers to be stored in single file
+  - `:container'  : list of data containers to be stored in single file
   - `:persist-file': data file name
   - `:associated'  : list of associated objects
   - `:last-access' : last date when the container has been read
index fd10ccf576fe377c2488a80bd98ac96a898fe48f..eb4da2c3a727c3c90051ec25fa49ee7f5a9921eb 100644 (file)
@@ -4894,7 +4894,7 @@ This function sets up the following dynamically scoped variables:
                        (push (cons field v) org-table-local-parameters)
                        (push (list field line col)
                              org-table-named-field-locations))))))))))
-      ;; Re-use existing markers when possible.
+      ;; Reuse existing markers when possible.
       (if (markerp org-table-current-begin-pos)
          (move-marker org-table-current-begin-pos (point))
        (setq org-table-current-begin-pos (point-marker)))
index 863a9e093f59b6af19766bbab8a4d5017c9ee44a..2f4cfe16866df285fd1a42f265d9f5e27bf79c55 100644 (file)
@@ -1230,7 +1230,7 @@ This applies to indirect buffers created with the commands
 Valid values are:
 current-window   Display in the current window
 other-window     Just display in another window.
-dedicated-frame  Create one new frame, and re-use it each time.
+dedicated-frame  Create one new frame, and reuse it each time.
 new-frame        Make a new frame each time.  Note that in this case
                  previously-made indirect buffers are kept, and you need to
                  kill these buffers yourself."
@@ -4582,7 +4582,7 @@ is available.  This option applies only if FILE is a URL."
                            file)
                   nil))
             (error (if noerror
-                       (message "Org could't download \"%s\": %s %S" file (car error) (cdr error))
+                       (message "Org couldn't download \"%s\": %s %S" file (car error) (cdr error))
                      (signal (car error) (cdr error)))))
         (funcall (if noerror #'message #'user-error)
                  "The remote resource %S is considered unsafe, and will not be downloaded."
index 3b0814970adf15bb38c4b0f283943bfaed707d55..eba13934ede95d4dbb6f27b3e465d90af8a71606 100644 (file)
@@ -116,7 +116,7 @@ non-whitespace characters of the current line."
   "Regexp pattern that matches a comment in C-like languages.")
 
 (defun c-ts-common--fill-paragraph (&optional arg)
-  "Fillling function for `c-ts-common'.
+  "Filling function for `c-ts-common'.
 ARG is passed to `fill-paragraph'."
   (interactive "*P")
   (save-restriction
@@ -134,7 +134,7 @@ ARG is passed to `fill-paragraph'."
       t)))
 
 (defun c-ts-common--fill-block-comment (&optional arg)
-  "Fillling function for block comments.
+  "Filling function for block comments.
 ARG is passed to `fill-paragraph'.  Assume point is in a block
 comment."
   (let* ((node (treesit-node-at (point)))
index 31a9d0fc8864014af0366220ba0a98ed9504a3b1..21fb0ca9e53a9498edf36ff87e054d840b632e17 100644 (file)
@@ -1321,7 +1321,7 @@ recommended to enable `electric-pair-mode' with this mode."
                                                 c-ts-mode-indent-style)
       :help "Show the name of the C/C++ indentation style for current buffer"]
      ["Set Comment Style" c-ts-mode-toggle-comment-style
-      :help "Toglle C/C++ comment style between block and line comments"])
+      :help "Toggle C/C++ comment style between block and line comments"])
     "--"
     ("Toggle..."
      ["SubWord Mode" subword-mode
index ccf64fb670b86307e908d8ad1321cfc664501b89..b09a308c70ac574ebd9c324695c43afcb9b1b47e 100644 (file)
@@ -1786,7 +1786,7 @@ to a function that generates a unique name."
 ;; run compile with the default command line
 (defun recompile (&optional edit-command)
   "Re-compile the program including the current buffer.
-If this is run in a Compilation mode buffer, re-use the arguments from the
+If this is run in a Compilation mode buffer, reuse the arguments from the
 original use.  Otherwise, recompile using `compile-command'.
 If the optional argument `edit-command' is non-nil, the command can be edited."
   (interactive "P")
index 412283f34885b8093aef1528cd3cc1499ec081f0..f67518185bd3f332779458a41078691d3aaafd3f 100644 (file)
@@ -1329,7 +1329,7 @@ Covers packages, subroutines, and POD headings.")
 \f
 (defun cperl-block-declaration-p ()
   "Test whether the following ?\\{ opens a declaration block.
-Returns the column where the declarating keyword is found, or nil
+Returns the column where the declaring keyword is found, or nil
 if this isn't a declaration block.  Declaration blocks are named
 subroutines, packages and the like.  They start with a keyword
 and a name, to be followed by various descriptive items which are
index 9137119d0520e05dae47bfdc980479dae7cea967..c5d4df2ccfc2f4fb912c3b0a88efe90cb5654c7c 100644 (file)
                      (scan-error (goto-char startpos) nil))
                  (not (or (nth 8 (parse-partial-sexp
                                   ;; Since we don't know if point is within
-                                  ;; the first or the scond arg, we have to
+                                  ;; the first or the second arg, we have to
                                   ;; start from the beginning.
                                   (if twoargs (1+ (nth 8 state)) (point))
                                   limit nil nil state 'syntax-table))
                                     (string-to-syntax "|e")
                                   (string-to-syntax "\"e")))
              (forward-char 1)
-             ;; Re-use perl-syntax-propertize-special-constructs to handle the
+             ;; Reuse perl-syntax-propertize-special-constructs to handle the
              ;; second part (the first delimiter of second part can't be
              ;; preceded by "s" or "tr" or "y", so it will not be considered
              ;; as twoarg).
index 5b432c8098cf5d4b94f16ecfa2cf9c3374f0bee6..c146b80542e268a7297eb714200bc4bc3755450f 100644 (file)
@@ -601,7 +601,7 @@ a statement container is a node that matches
 
            ;; case expression: when, in_clause, and else are all
            ;; children of case.  when and in_clause have pattern and
-           ;; body as fields.  body has "then" and then the statemets.
+           ;; body as fields.  body has "then" and then the statements.
            ;; i.e. the statements are not children of when but then.
            ;; But for the statements are children of else.
            ((match "when" "case")
index 30bf33e47bf1ed5936577969bb2b92495b19fa82..23018403cda433b4786c91012ad51fa52ea4b9b0 100644 (file)
@@ -2245,7 +2245,7 @@ Based on the current set of columns and `window-hscroll' position."
 ;; Redisplay and recalculation
 ;;----------------------------------------------------------------------------
 (defun ses-jump-prefix (prefix-int)
-  "Convert an integer (unversal prefix) into a (ROW . COL).
+  "Convert an integer (universal prefix) into a (ROW . COL).
 Does it by numbering cells starting from 0 from top left to bottom right,
 going row by row."
   (and (>= prefix-int 0)
index 9ef348f74dc4e45437dc43d7c32c7ddb9a53343c..6453dfbcd2b7df65f57e177c5d9c05875c684d0e 100644 (file)
@@ -8705,7 +8705,7 @@ node `(elisp) Word Motion' for details."
 
 (defun mark-word (&optional arg allow-extend)
   "Set mark ARG words from point or move mark one word.
-When called from Lisp with ALLOW-EXTEND ommitted or nil, mark is
+When called from Lisp with ALLOW-EXTEND omitted or nil, mark is
 set ARG words from point.
 With ARG and ALLOW-EXTEND both non-nil (interactively, with prefix
 argument), the place to which mark goes is the same place \\[forward-word]
index c2112b76ad3385ca64a755c04cf6a59fdff70e12..e7b6776de33b7b9c0bd57f014c8737c3efd226b3 100644 (file)
@@ -714,7 +714,7 @@ Optional arg REVISION is a revision to annotate from."
             (insert insn)
           (delete-char insn)))
       ;; Now apply the forward-chronological edits (directly from the
-      ;; parse-tree) for the branch(es), if necessary.  We re-use vars
+      ;; parse-tree) for the branch(es), if necessary.  We reuse vars
       ;; `pre' and `meta' for the sake of internal func `r/d/a'.
       (while nbls
         (setq pre (cdr (pop nbls)))
index 1dadceda8c4b03e21868224c0f590d7728be444c..c9a26250f1acbcf349c3550e726cb3bcfe6e0cba 100644 (file)
 ;;;; New Primitives:
 ;;
 ;; - uncommit: undo last checkin, leave changes in place in the workfile,
-;;   stash the commit comment for re-use.
+;;   stash the commit comment for reuse.
 ;;
 ;; - deal with push operations.
 ;;
index 0d5f90a6910969ee210a805dff3734de4c2c02dc..1a8c35720f28e7c88c2fb422847e56d17b691276 100644 (file)
@@ -96,7 +96,7 @@ typedef bool bool_bf;
 #ifdef emacs
 /* We include stdlib.h here, because Gnulib's stdlib.h might redirect
    'free' to its replacement, and we want to avoid that in unexec
-   builds.  Inclduing it here will render its inclusion after config.h
+   builds.  Including it here will render its inclusion after config.h
    a no-op.  */
 # if (defined DARWIN_OS && defined HAVE_UNEXEC) || defined HYBRID_MALLOC
 #  include <stdlib.h>
index 4d5365bff9a9625616cfaf2bf061cb14079232bc..4d3aea3554ef84b803ad6deceab7e3dadafa080e 100644 (file)
@@ -758,7 +758,7 @@ DEFUN ("file-name-concat", Ffile_name_concat, Sfile_name_concat, 1, MANY, 0,
 Elements in COMPONENTS must be a string or nil.
 DIRECTORY or the non-final elements in COMPONENTS may or may not end
 with a slash -- if they don't end with a slash, a slash will be
-inserted before contatenating.
+inserted before concatenating.
 usage: (record DIRECTORY &rest COMPONENTS) */)
   (ptrdiff_t nargs, Lisp_Object *args)
 {
index c717ac88dca42ffbb019557a10c7d5d93ebd8098..e557f97377dd21db00872764d89dcbe7211b19a2 100644 (file)
@@ -11424,7 +11424,7 @@ svg_load_image (struct frame *f, struct image *img, char *contents,
       }
 
 #if HAVE_NTGUI
-    /* Windows stores the image colours in BGR format, and SVG expects
+    /* Windows stores the image colors in BGR format, and SVG expects
        them in RGB.  */
     foreground = (foreground & 0x0000FF) << 16
       | (foreground & 0xFF0000) >> 16
index b8db08bc74cc3a790af5c9f2483191fb101c2948..6e80c330c9487988200e355797756dc4bc50714c 100644 (file)
@@ -74,7 +74,7 @@ along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */
 
    Consider the case where next-overlay-change is called at POS, all
    interval BEG positions are less than pos POS and all interval END
-   posistions are after.  These END positions have no order, and so
+   positions are after.  These END positions have no order, and so
    *every* interval must be examined.  This is at least O(N).  The
    previous-overlay-change case is similar.  The root issue is that
    the iterative "narrowing" approach is not guaranteed to reduce the
index 1a5eab37452e260b845bc4288f99743d028f3eee..d1db99e741736d64ed8f15ed88248120ca99b3e2 100644 (file)
@@ -184,7 +184,7 @@ tparam1 (const char *string, char *outstring, int len,
              argp++;
              break;
 
-           case 'b':           /* %b means back up one arg (and re-use it).  */
+           case 'b':           /* %b means back up one arg (and reuse it).  */
              argp--;
              break;
 
index 1dc977626b356e59418302452c9f66e052f05aa7..a5d88e2ad87117341fdb9839905fa0b78f94dca7 100644 (file)
@@ -526,7 +526,7 @@ select_window (Lisp_Object window, Lisp_Object norecord,
     /* Do not select a tooltip window (Bug#47207).  */
     error ("Cannot select a tooltip window");
 
-  /* We deinitely want to select WINDOW, not the mini-window.  */
+  /* We definitely want to select WINDOW, not the mini-window.  */
   f->select_mini_window_flag = false;
 
   /* Make the selected window's buffer current.  */
index ce32c7a2188d8ed4f9af3dc9643dfd86837b2fdc..fdadb05500a1cc0214c4cfd62422f273f6104838 100644 (file)
@@ -238,7 +238,7 @@ xfont_chars_supported (Lisp_Object chars, XFontStruct *xfont,
 
 static Lisp_Object xfont_scripts_cache;
 
-/* Re-usable vector to store characteristic font properties.   */
+/* Reusable vector to store characteristic font properties.   */
 static Lisp_Object xfont_scratch_props;
 
 /* Return a list of scripts supported by the font of FONTNAME whose
index 6f335ea11da59609d7b36a4dfb43e6278aa33684..2dd86e7763187f347d77618b6054d68a1dcb0308 100644 (file)
@@ -12229,7 +12229,7 @@ x_dnd_process_quit (struct frame *f, Time timestamp)
 /* This function is defined far away from the rest of the XDND code so
    it can utilize `x_any_window_to_frame'.  */
 
-/* Implementors beware!  On most other platforms (where drag-and-drop
+/* Implementers beware!  On most other platforms (where drag-and-drop
    data is not provided via selections, but some kind of serialization
    mechanism), it is usually much easier to implement a suitable
    primitive instead of copying the C code here, and then to build
index 4dc099a18af7ffe39a7cf874a9d9d8b57550c175..c973955e4ce15ab431680eb8775fb285e0401d6b 100644 (file)
@@ -49,7 +49,7 @@
                        (kbd "C-x RET c u t f - 8 RET C-u C-u c a b RET")
                      (read-string "prompt:"))))))
 
-;;Bug#65997, ensure that old-names haven't overriden new names.
+;;Bug#65997, ensure that old-names haven't overridden new names.
 (ert-deftest mule-cmds-tests--ucs-names-old-name-override ()
   (let (code-points)
     (dotimes (u (1+ (max-char 'ucs)))
index 3757ac2554750f570a47557a1356e8a4f523f463..3b22c5d87505495078f3614d8d373597db8bc8c1 100644 (file)
@@ -28,7 +28,7 @@
     (font-lock-ensure (point-min) (point-max))
     (should (equal (get-text-property 4 'face) 'font-lock-variable-name-face))))
 
-;;;; Re-use cperl-mode tests
+;;;; Reuse cperl-mode tests
 
 (defvar cperl-test-mode)
 (setq cperl-test-mode #'perl-mode)