]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos.
authorMattias Engdegård <mattiase@acm.org>
Sat, 2 Jul 2022 10:01:18 +0000 (12:01 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 2 Jul 2022 11:32:41 +0000 (13:32 +0200)
24 files changed:
admin/nt/dist-build/README-scripts
doc/lispref/display.texi
doc/lispref/loading.texi
doc/lispref/processes.texi
etc/tutorials/TUTORIAL.nl
lisp/allout.el
lisp/calc/calc-prog.el
lisp/cedet/semantic/edit.el
lisp/cedet/semantic/lex-spp.el
lisp/emacs-lisp/easy-mmode.el
lisp/env.el
lisp/font-lock.el
lisp/international/emoji.el
lisp/mail/unrmail.el
lisp/minibuffer.el
lisp/mouse.el
lisp/nxml/nxml-parse.el
lisp/progmodes/cperl-mode.el
lisp/progmodes/idlwave.el
lisp/ps-print.el
lisp/textmodes/texnfo-upd.el
lisp/whitespace.el
src/lread.c
src/print.c

index 6b1adbe03e1b08bbf8e6ae3e6c2d27f296656b3b..e99fbe07062026df544dab456f4c354dbab705c5 100644 (file)
@@ -131,7 +131,7 @@ The process is the same as for building from the master branch, except
 that the release branch should already exist as a worktree, and the
 version number must be added to the command line with `build-zips.sh
 -V 27 -s`.  The final zips will be named after the branch rather than
-the version (e.g emacs-27-2019-12-26.zip) rather than than the Emacs
+the version (e.g emacs-27-2019-12-26.zip) rather than the Emacs
 version (e.g emacs-27.0.50.zip).
 
 
index e85d492bbb5a7c319c6a264246f4f204f434fcc5..81799a2a5770547a496b944a6b0c573b97508ca5 100644 (file)
@@ -8551,7 +8551,7 @@ displayed in the echo area.
 @vindex use-system-tooltips
 When Emacs is built with the GTK+ toolkit or Haiku windowing support,
 it by default displays tooltips using toolkit functions, and the
-appearance of the tooltips is then controlled by by the toolkit's
+appearance of the tooltips is then controlled by the toolkit's
 settings.  Toolkit-provided tooltips can be disabled by changing the
 value of the variable @code{use-system-tooltips} to @code{nil}.  The
 rest of this subsection describes how to control non-toolkit tooltips,
index 00a1fe05fdd19e8567379001696ac7360eebec16..54fc16ec9f053cbc513c1b8d9db8109cefc46ed0 100644 (file)
@@ -728,7 +728,7 @@ variables to control this:
 The value of this constant is a regexp that matches autoload cookies.
 @code{loaddefs-generate} copies the Lisp form that follows the
 cookie into the autoload file it generates.  This will match comments
-like like @samp{;;;###autoload} and @samp{;;;###calc-autoload}.
+like @samp{;;;###autoload} and @samp{;;;###calc-autoload}.
 @end defvar
 
 @defvar generated-autoload-file
index 14856b9e050b7808f67679c7c7da26bd682dbbdf..80c371e1c6a99954a6b27278fd1d121cb676c856 100644 (file)
@@ -3547,7 +3547,7 @@ and @code{#x1c} @code{#x28} to @w{@code{(3 5 10 11 12)}}.
 
 @item fill @var{len}
 @var{len} bytes used as a mere filler.  In packing, these bytes are
-are left unchanged, which normally means they remain zero.
+left unchanged, which normally means they remain zero.
 When unpacking, this just returns nil.
 
 @item align @var{len}
index 2ec3fac11bdf9b8e73b033978929ce274c66b21e..7aaed218ff6837355ee79f6610e4ccc652ab5171 100644 (file)
@@ -1158,7 +1158,7 @@ overeenkomende commandonaam zoals find-file.
 --------------------
 
 Je kunt meer over Emacs leren door haar handleiding te lezen.  Deze is
-zowel als boek als in in Emacs beschikbaar (gebruik het Help menu of
+zowel als boek als in Emacs beschikbaar (gebruik het Help menu of
 tik C-h r).  Kijk bijvoorbeeld eens naar "completion", wat minder
 tikwerk oplevert, of "dired" wat het omgaan met bestanden
 vereenvoudigt.
index 4624c236f5ad2c0a66f2c0050569ae2c43ed00b9..de8ee85b39180906c690d429fc3a4a6ac54b7f66 100644 (file)
@@ -26,7 +26,7 @@
 ;;; Commentary:
 
 ;; Allout outline minor mode provides extensive outline formatting and
-;; and manipulation beyond standard Emacs outline mode.  Some features:
+;; manipulation beyond standard Emacs outline mode.  Some features:
 ;;
 ;;  - Classic outline-mode topic-oriented navigation and exposure adjustment
 ;;  - Topic-oriented editing including coherent topic and subtopic
index dc2a086bbd7224ffe84251be2cfd28138b9ef287..ec30ee7e0fa2af6c9a0524ae0737fa75dec8ffbb 100644 (file)
@@ -1949,7 +1949,7 @@ Redefine the corresponding command."
 
 ;; The variable math-exp-env is local to math-define-body, but is
 ;; used by math-define-exp, which is called (indirectly) by
-;; by math-define-body.
+;; math-define-body.
 (defvar math-exp-env)
 
 (defun math-define-body (body exp-env)
index 76230d438a1d808b9a0cecf7413724610fc0d3a9..4679500ed9970ae6df50f82872588a9fdfc2bb8d 100644 (file)
@@ -610,7 +610,7 @@ This function is for internal use by `semantic-edits-incremental-parser'."
                (setq last-cond "Beginning of buffer")
                 (setq parse-start
                       ;; Don't worry about parents since
-                      ;; there there would be an exact
+                      ;; there would be an exact
                       ;; match in the tag list otherwise
                       ;; and the routine would fail.
                       (point-min)
index 57e59f4e9fe3522e8e1e8c152068fa054ee74db4..4bdaaf77acf83a78f40461b50048a26d5e4115f3 100644 (file)
@@ -1074,7 +1074,7 @@ and variable state from the current buffer."
            ))
 
        ;; Second Cheat: copy key variables regarding macro state from the
-       ;; the originating buffer we are parsing.  We need to do this every time
+       ;; originating buffer we are parsing.  We need to do this every time
        ;; since the state changes.
        (dolist (V important-vars)
          (set V (buffer-local-value V origbuff)))
index f35362b371cf31fdc8d9edecdd02f0afa4175d1e..c3a4e9fc7ab42d45c7c2605bdbc32e53f525077f 100644 (file)
@@ -408,7 +408,7 @@ or call the function `%s'."))))
 No problems result if this variable is not bound.
 `add-hook' automatically binds it.  (This is true for all hook variables.)"
                        modefun)))
-       ;; Allow using using `M-x customize-variable' on the hook.
+       ;; Allow using `M-x customize-variable' on the hook.
        (put ',hook 'custom-type 'hook)
        (put ',hook 'standard-value (list nil))
 
index a630bf120f856ae027d35df0ab8f0c77c6df4bde..a35383a13b1715540d2c61c3446ff505802d5572 100644 (file)
@@ -225,7 +225,7 @@ VARIABLES is a list of variable settings of the form (VAR VALUE),
 where VAR is the name of the variable (a string) and VALUE
 is its value (also a string).
 
-The previous values will be be restored upon exit."
+The previous values will be restored upon exit."
   (declare (indent 1) (debug (sexp body)))
   (unless (consp variables)
     (error "Invalid VARIABLES: %s" variables))
index 7eeaf2f547fe1aa08cfc2558b65668a4f38cf95d..206879b169493e391fdcca2264698c61ef49513b 100644 (file)
@@ -2361,7 +2361,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
 ;; e.g. assembler code and GNU linker script in Linux kernel.
 ;; `cpp-font-lock-keywords' is handy for modes for the files.
 ;;
-;; Here we cannot use `regexp-opt' because because regex-opt is not preloaded
+;; Here we cannot use `regexp-opt' because regex-opt is not preloaded
 ;; while font-lock.el is preloaded to emacs. So values pre-calculated with
 ;; regexp-opt are used here.
 
index b108788571c7efad4c3d237afc978f047e87f110..27b725b0aad1363ef707b167f5c34a74bf8e16c5 100644 (file)
@@ -711,7 +711,7 @@ FACTOR is the multiplication factor for the size."
   (interactive)
   (message
    (substitute-command-keys
-    "Zoom with with \\<emoji-zoom-map>\\[emoji-zoom-increase] and \\[emoji-zoom-decrease]"))
+    "Zoom with \\<emoji-zoom-map>\\[emoji-zoom-increase] and \\[emoji-zoom-decrease]"))
   (set-transient-map emoji-zoom-map t)
   (let* ((factor (or factor 1.1))
          (old (get-text-property (point) 'face))
index 8ce5afa9622aa129ff4e38d4ef1adef3b106f2f6..9e7194e4a024f2075da0b62655730e0271860c82 100644 (file)
@@ -208,7 +208,7 @@ The variable `unrmail-mbox-format' controls which mbox format to use."
              (setq mail-from (or (let ((from (mail-fetch-field "Mail-From")))
                                    ;; mail-mbox-from (below) returns a
                                    ;; string that ends in a newline, but
-                                   ;; but mail-fetch-field does not, so
+                                   ;; mail-fetch-field does not, so
                                    ;; we append a newline here.
                                    (if from
                                        (format "%s\n" from)))
index 9ffaff7c8e28a912e4a42222317f9659b67e23e7..69a10ce4e2d77816797fbb13698c93a2b34f6117 100644 (file)
@@ -2135,7 +2135,7 @@ and with BASE-SIZE appended as the last element."
         (lambda (elem)
           (let ((str
                  ;; Don't modify the string itself, but a copy, since the
-                 ;; the string may be read-only or used for other purposes.
+                 ;; string may be read-only or used for other purposes.
                  ;; Furthermore, since `completions' may come from
                  ;; display-completion-list, `elem' may be a list.
                  (if (consp elem)
index 98e49c3598f86109a377e2a84d567471b458067f..ddcb51aecf2f4b7af8e6b2d1a20dfa4d36fb0591 100644 (file)
@@ -1200,7 +1200,7 @@ frame with the mouse."
                            (<= (- right parent-right) snap-width)
                            snap-x (<= (- last-x snap-x) snap-width))
                       ;; Stay snapped when the mouse moved rightward but
-                      ;; not more more than `snap-width' pixels from the
+                      ;; not more than `snap-width' pixels from the
                       ;; time FRAME snapped.
                       (setq left (- parent-right native-width)))
                      (t
@@ -1222,7 +1222,7 @@ frame with the mouse."
                            (<= (- parent-top top) snap-width)
                            snap-y (<= (- snap-y last-y) snap-width))
                       ;; Stay snapped when the mouse moved upward but
-                      ;; not more more than `snap-width' pixels from the
+                      ;; not more than `snap-width' pixels from the
                       ;; time FRAME snapped.
                       (setq top parent-top))
                      (t
@@ -1244,7 +1244,7 @@ frame with the mouse."
                            (<= (- bottom parent-bottom) snap-width)
                            snap-y (<= (- last-y snap-y) snap-width))
                       ;; Stay snapped when the mouse moved downward but
-                      ;; not more more than `snap-width' pixels from the
+                      ;; not more than `snap-width' pixels from the
                       ;; time FRAME snapped.
                       (setq top (- parent-bottom native-height)))
                      (t
index ff9eda3fd2a92b76cebba9d550381eb408ebba30..56ba4480bfa0d38bb52b6297e9eeda78a8857635 100644 (file)
@@ -246,7 +246,7 @@ same way as well-formedness error."
                    parsed-attributes)))
       (setq atts (cdr atts)))
     ;; We want to end up with the attributes followed by the
-    ;; the namespace attributes in the same order as
+    ;; namespace attributes in the same order as
     ;; xmltok-attributes and xmltok-namespace-attributes respectively.
     (when parsed-namespace-attributes
       (setq parsed-attributes
index e571cee83c6a2d9cdf3580cfdb7ea6b035c797ca..f51d2fcb11558fa4287dfc4cf0393a9363fd6adb 100644 (file)
@@ -1322,7 +1322,7 @@ name, and one for the discovery of a following BLOCK.")
                ,cperl--ws+-rx
                (group-n 2 ,cperl--normal-identifier-rx))
     "A regular expression to detect a subroutine start.
-Contains three groups: One one to distinguish lexical from
+Contains three groups: One to distinguish lexical from
 \"normal\" subroutines, for the keyword \"sub\", and one for the
 subroutine name.")
 
index edb53793e649cc4f9228cb18c4fd5c90b7b492ed..f55e3449e4a15b59643e58f493bd5e8da0d2b934 100644 (file)
@@ -3247,7 +3247,7 @@ ignored."
         ;; In the following while statements, after one iteration
         ;; point will be at the beginning of a line in which case
         ;; the while will not be executed for the
-        ;; the first paragraph line and thus will not affect the
+        ;; first paragraph line and thus will not affect the
         ;; indentation.
         ;;
         ;; First check to see if indentation is based on hanging indent.
index 8df5204fa120a17cb762d20d8fe1101183e7250d..069d116907e03fd9e89f2635f45de7e84314402b 100644 (file)
@@ -6415,7 +6415,7 @@ If FACE is not a valid face name, use default face."
                (ps-end-job needs-begin-file)
 
                ;; Setting this variable tells the unwind form that the
-               ;; the PostScript was generated without error.
+               ;; PostScript was generated without error.
                (setq completed-safely t))
 
            ;; Unwind form: If some bad mojo occurred while generating
index 5b468dc808b150a3beea3d403117152014fc4336..e44aa06e3dd5f5513658a4a45f5570fd527de26f 100644 (file)
@@ -1367,7 +1367,7 @@ left at the end of the node line."
            ;; There may be an @chapter or other such command between
            ;; the top node line and the next node line, as a title
            ;; for an `ifinfo' section. This @chapter command must
-           ;; must be skipped.  So the procedure is to search for
+           ;; be skipped.  So the procedure is to search for
            ;; the next `@node' line, and then copy its name.
            (if (re-search-forward "^@node" nil t)
                (progn
index 98f21ce9a5fc07e86960cf001be8084173e5ca1a..240f99effc2adffd8ddc6ee19268ad4e698cda91 100644 (file)
@@ -1697,7 +1697,7 @@ cleaning up these problems."
            (rstart    (min start end))
            (rend      (max start end))
            ;; Fall back to whitespace-style so we can run before
-           ;; before the mode is active.
+           ;; the mode is active.
            (style     (copy-sequence
                        (or whitespace-active-style whitespace-style)))
            (bogus-list
index 66b13916465c256fc10809ae9ba9ca6b2126922e..ef2bb036e3552d2511c7de6d7ed3ae3700ecfb9a 100644 (file)
@@ -4877,7 +4877,7 @@ oblookup (Lisp_Object obarray, register const char *ptr, ptrdiff_t size, ptrdiff
 
 /* Like 'oblookup', but considers 'Vread_symbol_shorthands',
    potentially recognizing that IN is shorthand for some other
-   longhand name, which is then then placed in OUT.  In that case,
+   longhand name, which is then placed in OUT.  In that case,
    memory is malloc'ed for OUT (which the caller must free) while
    SIZE_OUT and SIZE_BYTE_OUT respectively hold the character and byte
    sizes of the transformed symbol name.  If IN is not recognized
index d562500b61901cab4e88b6d6afe3ea08bf805cf9..4d7e42df1e8ae200ba4adb3d82978df8ee207483 100644 (file)
@@ -727,7 +727,7 @@ Optional argument OVERRIDES should be a list of settings for print-related
 variables.  An element in this list can be the symbol t, which means "reset
 all the values to their defaults".  Otherwise, an element should be a pair,
 where the `car' or the pair is the setting symbol, and the `cdr' is the
-value of of the setting to use for this `prin1' call.
+value of the setting to use for this `prin1' call.
 
 For instance: