]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos (duplicate words)
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Nov 2022 08:31:46 +0000 (09:31 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Nov 2022 08:34:24 +0000 (09:34 +0100)
22 files changed:
ChangeLog.3
doc/misc/ChangeLog.1
doc/misc/eshell.texi
doc/misc/eudc.texi
doc/misc/message.texi
etc/ORG-NEWS
lisp/ChangeLog.16
lisp/cedet/ChangeLog.1
lisp/emacs-lisp/comp.el
lisp/gnus/nnvirtual.el
lisp/mh-e/ChangeLog.2
lisp/net/tramp-compat.el
lisp/org/ChangeLog.1
lisp/progmodes/cc-engine.el
lisp/progmodes/eglot.el
lisp/progmodes/flymake.el
src/ChangeLog.10
src/ChangeLog.13
src/ChangeLog.5
src/ChangeLog.8
src/itree.c
src/xterm.c

index d90b261da7922b0627c19128b1cbfd58ffa96826..b76431fbbdd356d0541da3bd5b2ce35da0e83743 100644 (file)
 
        * doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer.
 
-       * doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-<TAB>.
+       * doc/emacs/text.texi (Outline Mode): Replace S-TAB with S-<TAB>.
 
        * etc/NEWS: Add some missing +++/--- and move some related items closer.
 
 
 2021-04-25  Andrea Corallo  <akrl@sdf.org>
 
-       Merge branch 'feature/native-comp' into into trunk
+       Merge branch 'feature/native-comp' into trunk
 
 2021-04-25  Lars Ingebrigtsen  <larsi@gnus.org>
 
        Use `length=' and family where possible in native comp code
 
        * lisp/emacs-lisp/comp-cstr.el (comp-intersect-typesets)
-       (comp-cstr-imm): Use Use `length=' and family where possible.
+       (comp-cstr-imm): Use `length=' and family where possible.
        * lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-target-block)
        (comp-compute-dominator-frontiers)
        (batch-byte-native-compile-for-bootstrap): Likewise.
        RFC2047-encode invalid Subject/From headers (bug#45925).  This
        will make them be displayed more consistently in the Summary
        buffer (but still "wrong" sometimes, since there's not that much
-       we can guess at at this stage, charset wise).
+       we can guess at this stage, charset wise).
        (nnml-parse-head): Use it.
 
 2021-01-22  Michael Albinus  <michael.albinus@gmx.de>
        Tweak the face of unknown backend indicators in flymake
 
        * lisp/progmodes/flymake.el (flymake--mode-line-format): Don't put
-       a face on the the "?" unknown backend indicator, because that
+       a face on the "?" unknown backend indicator, because that
        looks odd in inactive windows (bug#44689).
 
 2020-11-24  Paul W. Rankin  <pwr@skeletons.cc>
 
 2020-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Revert "Display name with with spaces, but keep symbol name underneath"
+       Revert "Display name with spaces, but keep symbol name underneath"
 
        This reverts commit e0c77bb62c1c950a82ea0517646d989dc5c1fe27.
 
 
 2020-09-05  ej-32u  <ej32u@protonmail.com>  (tiny change)
 
-       Display name with with spaces, but keep symbol name underneath
+       Display name with spaces, but keep symbol name underneath
 
        * lisp/cus-edit.el (custom-unlispify-menu-entry): Display the
        pretty name, but keep the real symbol name as the value (bug#41905).
        cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c...
        1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit...
        a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):...
-       079b0dc430 Delete, don't kill, dir dir fragments in icomplete-fido-ba...
+       079b0dc430 Delete, don't kill, dir fragments in icomplete-fido-ba...
        6cdecc2659 Revert markup change in with-coding-priority docs
        22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert...
        6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring.
 
        introduce CASE_CALL_NARGS macro and add various ops
 
-       symbol_function set fset fget fget Bsubstring
+       symbol_function set fset fget Bsubstring
 
 2020-01-01  Andrea Corallo  <andrea_corallo@yahoo.it>
 
 
 2020-06-13  João Távora  <joaotavora@gmail.com>
 
-       Delete, don't kill, dir dir fragments in icomplete-fido-backward-updir
+       Delete, don't kill, dir fragments in icomplete-fido-backward-updir
 
        Reported by: Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
 
 
 2017-07-09  R. Bernstein  <rocky@gnu.org>
 
-       Add realgud faces faces to whiteboard...
+       Add realgud faces to whiteboard...
 
        Adjust wheatgrass to use underline for enabled/disabled breakpoints
 
        refactor systhread.h
 
        This refactors systhread.h to move the notion of a "lisp mutex"
-       into thread.c.  This lets us make make the global lock and
+       into thread.c.  This lets us make the global lock and
        post_acquire_global_lock static.
 
 2012-08-17  Tom Tromey  <tromey@redhat.com>
 
 2016-04-30  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       Document mode mode line variables
+       Document mode line variables
 
        * doc/lispref/modes.texi (Mode Line Variables): Document
        `mode-line-front-space, `mode-line-misc-info',
index 48637ab6081c14c2a4b9c8d62c228abd706d3f6b..c54fc42036ef0e4919e718fa450cfc0c5b5ef518 100644 (file)
        * sc.texi (Emacs 18 MUAs):
        * speedbar.texi (Top):
        * url.texi (History):
-       Delete duplicate duplicate words.
+       Delete duplicate words.
 
 2005-07-16  Johan Bockgård  <bojohan@users.sourceforge.net>  (tiny change)
 
index 96873a3f9a558f14e6cfef2035606f075ca99670..e6ddcf11dfaa11b06b977fdd5d59f83c73d384bd 100644 (file)
@@ -1126,7 +1126,7 @@ Repeatedly evaluate @var{commands} until @var{conditional} is
 satisfied.
 
 @item for @var{var} in @var{list}@dots{} @{ @var{commands} @}
-Iterate over each element of of @var{list}, storing the element in
+Iterate over each element of @var{list}, storing the element in
 @var{var} and evaluating @var{commands}.  If @var{list} is not a list,
 treat it as a list of one element.  If you specify multiple
 @var{lists}, this will iterate over each of them in turn.
index 7293f48f4135fe057b5855e30ce8a189218bdba0..0e1ff67c1fda152f513526079735616925e8b19e 100644 (file)
@@ -224,7 +224,7 @@ has the same format as the @command{mail} and @command{mailx} commands
 use for their startup configuration file.  @code{mailabbrev} processes
 @samp{alias}, and @samp{source} statements in the @file{mailrc} file.
 @samp{alias} statements can define simple aliases and distribution
-lists, and and can be nested in that the alias expansion can contain
+lists, and can be nested in that the alias expansion can contain
 references to other alias definitions.  Forward references, that is
 references to aliases before they are actually defined, are possible,
 too.
index 6a6beb7a1fff72e29a4740453da677c8c5f8c980..cfad4f4e07e2766f5bd84f5fd3766cca9f3250ef 100644 (file)
@@ -1005,7 +1005,7 @@ that they can deposit messages and lock the door, while your private
 key corresponds to the opening combination for the safe.)
 
 Thus, you need to perform the following steps for e-mail encryption,
-typically outside Emacs.  See, for example, the
+typically outside Emacs.  See, for example,
 @uref{https://www.gnupg.org/gph/en/manual.html, The GNU Privacy
 Handbook} for details covering the standard @acronym{OpenPGP} with
 @acronym{GnuPG}.
index 3c164b1282f2c732a77fab81c8ffb98628935b6d..9df9a4b652a6586edf665174b814a5f72b522914 100644 (file)
@@ -5763,7 +5763,7 @@ that Calc formulas can operate on them.
 **** org-ctags.el (Paul Sexton)
 
      Targets like =<<my target>>= can now be found by Emacs' etag
-     functionality, and Org-mode links can be used to to link to
+     functionality, and Org-mode links can be used to link to
      etags, also in non-Org-mode files.  For details, see the file
      /org-ctags.el/.
 
@@ -6120,7 +6120,7 @@ that Calc formulas can operate on them.
     code that is actually evaluated comprises the code block contents,
     augmented with the extra code which assigns the referenced data to
     variables. It is now possible to preview expanded contents, and
-    also to expand code during during tangling. This expansion takes
+    also to expand code during tangling. This expansion takes
     into account all header arguments, and variables.
 
     A new keybinding `C-c M-b p' bound to `org-babel-expand-src-block'
@@ -6235,7 +6235,7 @@ that Calc formulas can operate on them.
 
 **** Localized clock tables
 
-     Clock tables now support a new new =:lang= parameter, allowing
+     Clock tables now support a new =:lang= parameter, allowing
      the user to customize the localization of the table headers.  See
      the variable =org-clock-clocktable-language-setup= which controls
      available translated strings.
index ef59698317d95f891b7f7cd831585f53c709b80a..5b2244dec0c11c146d19401cb391e1af013ed5d4 100644 (file)
 2011-05-10  Jim Meyering  <meyering@redhat.com>
 
        Fix doubled-word typos.
-       * international/quail.el (quail-insert-kbd-layout): and and -> and.
-       * kermit.el: and and -> and.
-       * net/ldap.el (ldap-search-internal): to to -> to.
-       * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
-       * progmodes/js.el (js-mode): and and -> and.
-       * textmodes/artist.el (artist-move-to-xy): at at -> at.
-       (artist-draw-region-trim-line-endings): if if -> if.
-       And Safetyc -> Safety.
-       * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
+       * international/quail.el (quail-insert-kbd-layout):
+       * kermit.el:
+       * net/ldap.el (ldap-search-internal):
+       * progmodes/vhdl-mode.el (vhdl-offsets-alist):
+       * progmodes/js.el (js-mode):
+       * textmodes/artist.el (artist-move-to-xy):
+       (artist-draw-region-trim-line-endings):
+       * textmodes/reftex-dcr.el (reftex-view-crossref): Fix typos.
 
 2011-05-10  Glenn Morris  <rgm@gnu.org>
            Stefan Monnier  <monnier@iro.umontreal.ca>
index aa54bdd9b0b9b1f1855d46e6f8daa34912b9448f..5fe2e0e6dee8e064b29cdf6b1df659db6b0c364f 100644 (file)
 2011-05-10  Jim Meyering  <meyering@redhat.com>
 
        Fix doubled-word typos.
-       * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
+       * ede/pmake.el (ede-proj-makefile-garbage-patterns):
        * semantic/complete.el (semantic-complete-read-tag-local-members):
-       Likewise.
-       * ede.el (ede-auto-add-method): then then -> then
+       * ede.el (ede-auto-add-method): Fix typos.
 
 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
 
        * ede/proj-prog.el (project-run-target): New method.
 
        * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
-       (ede-g++-linker): Change Change link lines.
+       (ede-g++-linker): Change link lines.
 
        * ede/pmake.el (ede-pmake-insert-variable-shared):
        When searching for old variables, go to the end of the buffer and
index 863e895efdb4f2afcf295876049a07e181d12bae..113718fba3e676d2f1359e0e48d71627d077cc98 100644 (file)
@@ -4358,6 +4358,6 @@ of (commands) to run simultaneously."
 
 (provide 'comp)
 
-;; LocalWords: limplified limplified limplification limplify Limple LIMPLE libgccjit elc eln
+;; LocalWords: limplified limplification limplify Limple LIMPLE libgccjit elc eln
 
 ;;; comp.el ends here
index e150cbf2b46e54099f861af97279f0590f408231..eec0347bcff19e8b58892661d58dee8f58e0fef2 100644 (file)
@@ -172,7 +172,7 @@ It is computed from the marks of individual component groups.")
              (with-current-buffer nntp-server-buffer
                (erase-buffer)
                (insert-buffer-substring vbuf)
-               ;; FIX FIX FIX, we should be able to sort faster than
+                ;; FIXME: we should be able to sort faster than
                ;; this if needed, since each cgroup is sorted, we just
                ;; need to merge
                (sort-numeric-fields 1 (point-min) (point-max))
index 5f2dd299f845f8ffc0e9362ea5a0208e098f28a6..fd597f0c00ddbce3bc0df5b3b3ce0a84268f1afa 100644 (file)
 2011-05-10  Jim Meyering  <meyering@redhat.com>
 
        Fix doubled-word typos.
-       * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it
-       * mh-scan.el (mh-scan-destination-width): in in -> in
+       * mh-alias.el (mh-alias-minibuffer-confirm-address):
+       * mh-scan.el (mh-scan-destination-width): Fix typos.
 
 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index a1d1d284edba37b9c10c7c1d90e1334bd5089ae4..252eab0f3b16b89b9bfa9bf7ba2c7d6b14eea16c 100644 (file)
@@ -179,7 +179,7 @@ A nil value for either argument stands for the current time."
     (lambda (reporter &optional value _suffix)
       (progress-reporter-update reporter value))))
 
-;; `ignore-error' is new in Emacs Emacs 27.1.
+;; `ignore-error' is new in Emacs 27.1.
 (defmacro tramp-compat-ignore-error (condition &rest body)
   "Execute BODY; if the error CONDITION occurs, return nil.
 Otherwise, return result of last form in BODY.
index 4e1c44d2bcf06a575e47dad337d44865b11e062d..bcc109583cdd261601b627dbd694acfbecd91b74 100644 (file)
 2011-05-10  Jim Meyering  <meyering@redhat.com>
 
        Fix doubled-word typos.
-       * org-agenda.el (org-agenda-entry-types): the the -> the
-       * org-table.el (org-table-get-remote-range): or or -> or
-       * org-wl.el (org-wl-folder-type): the the -> the
-       * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
+       * org-agenda.el (org-agenda-entry-types):
+       * org-table.el (org-table-get-remote-range):
+       * org-wl.el (org-wl-folder-type):
+       * org.el (org-goto, org-inside-LaTeX-fragment-p): Fix typos.
 
 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
index 9139699b5b6948d803daab08d70a9ad44ca59067..df8387905f6a4d9c1b1a756f3b18014c831cd7c8 100644 (file)
@@ -6963,7 +6963,7 @@ comment at the start of cc-engine.el for more info."
 ;; At each buffer change, the syntax-table properties are removed in a
 ;; before-change function and reapplied, when needed, in an
 ;; after-change function.  It is far more important that the
-;; properties get removed when they they are spurious than that they
+;; properties get removed when they are spurious than that they
 ;; be present when wanted.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (defun c-clear-<-pair-props (&optional pos)
index 397c8e0937c07c82209b9aa6d87a55aafefdab06..3d090a652aac8c9d49d5200050eae5bd13370b4d 100644 (file)
@@ -9,7 +9,7 @@
 ;; Keywords: convenience, languages
 ;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.14") (flymake "1.2.1") (project "0.3.0") (xref "1.0.1") (eldoc "1.11.0") (seq "2.23"))
 
-;; This is is a GNU ELPA :core package.  Avoid adding functionality
+;; This is a GNU ELPA :core package.  Avoid adding functionality
 ;; that is not available in the version of Emacs recorded above or any
 ;; of the package dependencies.
 
index 294cf47087cdfb0b42bb214619fb5657adbc574d..adb984c3e59af56cefccea02eb46afb27a7a4aba 100644 (file)
@@ -1133,7 +1133,7 @@ special *Flymake log* buffer."  :group 'flymake :lighter
     (add-hook 'kill-buffer-hook 'flymake-kill-buffer-hook nil t)
     (add-hook 'eldoc-documentation-functions 'flymake-eldoc-function t t)
 
-    ;; If Flymake happened to be already already ON, we must cleanup
+    ;; If Flymake happened to be already ON, we must cleanup
     ;; existing diagnostic overlays, lest we forget them by blindly
     ;; reinitializing `flymake--state' in the next line.
     ;; See https://github.com/joaotavora/eglot/issues/223.
index ba1cea18d4b650a7a7d54766a682ae5cd5f48b28..1b18ae5ec5da861d1cdd7db1b63dff17426e5bfd 100644 (file)
        * buffer.c (scroll-up-aggressively, scroll-down-aggressively):
        * keymap.c (Fminor_mode_key_binding):
        * macterm.c (mac-emulate-three-button-mouse):
-       Delete duplicate duplicate words.
+       Delete duplicate words.
 
 2005-07-18  Ken Raeburn  <raeburn@gnu.org>
 
index 6eb54dfb2cfa80d4b795c63f986650c7255cb737..d832ab9112c080536814b362c435cd360d44403f 100644 (file)
        (frame_default_tool_bar_height): Extern.
        * gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size
        to adjust_frame_size.
-       * nsfns.m (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+       * nsfns.m (Fx_create_frame): Pass Qx_create_frame_1 and
        Qx_create_frame_2 to adjust_frame_size.
        * w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with
        inhibit 1 when we have not redisplayed the tool bar yet.
-       (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+       (Fx_create_frame): Pass Qx_create_frame_1 and
        Qx_create_frame_2 to adjust_frame_size.
        * w32menu.c (set_frame_menubar): Simplify adjust_frame_size
        call.
        frame size accordingly.
        * xfns.c (x_change_tool_bar_height): Call adjust_frame_size with
        inhibit 1 when we have not redisplayed the tool bar yet.
-       (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+       (Fx_create_frame): Pass Qx_create_frame_1 and
        Qx_create_frame_2 to adjust_frame_size.
 
 2015-01-12  Paul Eggert  <eggert@cs.ucla.edu>
index c74e44d7a2feb1ed1da9ddab78745cf069fe890d..408a934ce2e5252b0402a85ce92e454d988eb26d 100644 (file)
 
 1995-02-15  Paul Reilly  <pmr@geech.gnu.ai.mit.edu>
 
-       * s/dgux.h (LIB_MOTIF): Add -lgen to provide provide the symbols
+       * s/dgux.h (LIB_MOTIF): Add -lgen to provide the symbols
        `regcmp' and `regex'.
 
 1995-02-15  Richard Stallman  <rms@pogo.gnu.ai.mit.edu>
index ef2472a0f339f6e2254e36db64b8f8615581bce6..2594ced5f62604ea972687719a6771ba38fabeed 100644 (file)
 
        * xdisp.c (display_line): Set charpos of first glyph in blank
        lines not corresponding to any text to -1, even if no glyphs are
-       filled in in that line.
+       filled in on that line.
 
 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
 
index da0242905c2fb4d4148d341819d67593ef76d420..3b219d958a79a9780bb4c83beede49d1f28b7557 100644 (file)
@@ -111,7 +111,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    In order to avoid this, we introduce yet another node attribute,
    called OFFSET.
 
-   The OFFSET of some some subtree, represented by its root, is the
+   The OFFSET of some subtree, represented by its root, is the
    amount of shift that needs to be applied to its BEGIN, END and
    LIMIT values, in order to get to the actual buffer positions.
    Coming back to the example, all we would need to do in this case,
index 55252d22011c33f8efada76affc2f134d586c484..b17a7edba68ad928d37d7585a5221c918052ecd8 100644 (file)
@@ -30072,7 +30072,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
       XrmPutLineResource (&xrdb, "Emacs.dialog.*.font: 9x15");
 
     /* Do not destroy the font struct returned above with XFreeFont;
-       that also destroys the font, leading to to X protocol errors at
+       that also destroys the font, leading to X protocol errors at
        XtCloseDisplay.  Just free the font info structure.
        (Bug#18403) */
     XFreeFontInfo (NULL, query_result, 1);