From 93036209fae87dc620b27b2ce2e0146e6252113c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 09:31:46 +0100 Subject: [PATCH] ; Fix typos (duplicate words) --- ChangeLog.3 | 26 +++++++++++++------------- doc/misc/ChangeLog.1 | 2 +- doc/misc/eshell.texi | 2 +- doc/misc/eudc.texi | 2 +- doc/misc/message.texi | 2 +- etc/ORG-NEWS | 6 +++--- lisp/ChangeLog.16 | 17 ++++++++--------- lisp/cedet/ChangeLog.1 | 7 +++---- lisp/emacs-lisp/comp.el | 2 +- lisp/gnus/nnvirtual.el | 2 +- lisp/mh-e/ChangeLog.2 | 4 ++-- lisp/net/tramp-compat.el | 2 +- lisp/org/ChangeLog.1 | 8 ++++---- lisp/progmodes/cc-engine.el | 2 +- lisp/progmodes/eglot.el | 2 +- lisp/progmodes/flymake.el | 2 +- src/ChangeLog.10 | 2 +- src/ChangeLog.13 | 6 +++--- src/ChangeLog.5 | 2 +- src/ChangeLog.8 | 2 +- src/itree.c | 2 +- src/xterm.c | 2 +- 22 files changed, 51 insertions(+), 53 deletions(-) diff --git a/ChangeLog.3 b/ChangeLog.3 index d90b261da79..b76431fbbdd 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -4043,7 +4043,7 @@ * doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer. - * doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-. + * doc/emacs/text.texi (Outline Mode): Replace S-TAB with S-. * etc/NEWS: Add some missing +++/--- and move some related items closer. @@ -27204,7 +27204,7 @@ 2021-04-25 Andrea Corallo - Merge branch 'feature/native-comp' into into trunk + Merge branch 'feature/native-comp' into trunk 2021-04-25 Lars Ingebrigtsen @@ -34265,7 +34265,7 @@ 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. @@ -43613,7 +43613,7 @@ 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 @@ -54142,7 +54142,7 @@ 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 @@ -67774,7 +67774,7 @@ 2020-09-05 Lars Ingebrigtsen - 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. @@ -67854,7 +67854,7 @@ 2020-09-05 ej-32u (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). @@ -78012,7 +78012,7 @@ 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. @@ -91466,7 +91466,7 @@ 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 @@ -95039,7 +95039,7 @@ 2020-06-13 João Távora - 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 @@ -194580,7 +194580,7 @@ 2017-07-09 R. Bernstein - Add realgud faces faces to whiteboard... + Add realgud faces to whiteboard... Adjust wheatgrass to use underline for enabled/disabled breakpoints @@ -214158,7 +214158,7 @@ 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 @@ -226854,7 +226854,7 @@ 2016-04-30 Lars Ingebrigtsen - 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', diff --git a/doc/misc/ChangeLog.1 b/doc/misc/ChangeLog.1 index 48637ab6081..c54fc42036e 100644 --- a/doc/misc/ChangeLog.1 +++ b/doc/misc/ChangeLog.1 @@ -10409,7 +10409,7 @@ * sc.texi (Emacs 18 MUAs): * speedbar.texi (Top): * url.texi (History): - Delete duplicate duplicate words. + Delete duplicate words. 2005-07-16 Johan Bockgård (tiny change) diff --git a/doc/misc/eshell.texi b/doc/misc/eshell.texi index 96873a3f9a5..e6ddcf11dfa 100644 --- a/doc/misc/eshell.texi +++ b/doc/misc/eshell.texi @@ -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. diff --git a/doc/misc/eudc.texi b/doc/misc/eudc.texi index 7293f48f413..0e1ff67c1fd 100644 --- a/doc/misc/eudc.texi +++ b/doc/misc/eudc.texi @@ -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. diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 6a6beb7a1ff..cfad4f4e07e 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -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}. diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 3c164b1282f..9df9a4b652a 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -5763,7 +5763,7 @@ that Calc formulas can operate on them. **** org-ctags.el (Paul Sexton) Targets like =<>= 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. diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index ef59698317d..5b2244dec0c 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 @@ -22838,15 +22838,14 @@ 2011-05-10 Jim Meyering 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 Stefan Monnier diff --git a/lisp/cedet/ChangeLog.1 b/lisp/cedet/ChangeLog.1 index aa54bdd9b0b..5fe2e0e6dee 100644 --- a/lisp/cedet/ChangeLog.1 +++ b/lisp/cedet/ChangeLog.1 @@ -1915,10 +1915,9 @@ 2011-05-10 Jim Meyering 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 @@ -3098,7 +3097,7 @@ * 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 diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 863e895efdb..113718fba3e 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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 diff --git a/lisp/gnus/nnvirtual.el b/lisp/gnus/nnvirtual.el index e150cbf2b46..eec0347bcff 100644 --- a/lisp/gnus/nnvirtual.el +++ b/lisp/gnus/nnvirtual.el @@ -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)) diff --git a/lisp/mh-e/ChangeLog.2 b/lisp/mh-e/ChangeLog.2 index 5f2dd299f84..fd597f0c00d 100644 --- a/lisp/mh-e/ChangeLog.2 +++ b/lisp/mh-e/ChangeLog.2 @@ -360,8 +360,8 @@ 2011-05-10 Jim Meyering 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 diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el index a1d1d284edb..252eab0f3b1 100644 --- a/lisp/net/tramp-compat.el +++ b/lisp/net/tramp-compat.el @@ -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. diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 4e1c44d2bcf..bcc109583cd 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 @@ -20112,10 +20112,10 @@ 2011-05-10 Jim Meyering 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 diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 9139699b5b6..df8387905f6 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -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) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 397c8e0937c..3d090a652aa 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -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. diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 294cf47087c..adb984c3e59 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -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. diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index ba1cea18d4b..1b18ae5ec5d 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -7899,7 +7899,7 @@ * 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 diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index 6eb54dfb2cf..d832ab9112c 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 @@ -1459,11 +1459,11 @@ (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. @@ -1476,7 +1476,7 @@ 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 diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index c74e44d7a2f..408a934ce2e 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 @@ -2316,7 +2316,7 @@ 1995-02-15 Paul Reilly - * 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 diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index ef2472a0f33..2594ced5f62 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -1272,7 +1272,7 @@ * 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 diff --git a/src/itree.c b/src/itree.c index da0242905c2..3b219d958a7 100644 --- a/src/itree.c +++ b/src/itree.c @@ -111,7 +111,7 @@ along with GNU Emacs. If not, see . */ 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, diff --git a/src/xterm.c b/src/xterm.c index 55252d22011..b17a7edba68 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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); -- 2.39.2