diff options
| author | Stefan Kangas | 2022-11-17 09:31:46 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-17 09:34:24 +0100 |
| commit | 93036209fae87dc620b27b2ce2e0146e6252113c (patch) | |
| tree | 34552a98807db1f69c0bddf1be920fea619981c0 | |
| parent | 32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff) | |
| download | emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip | |
; Fix typos (duplicate words)
| -rw-r--r-- | ChangeLog.3 | 26 | ||||
| -rw-r--r-- | doc/misc/ChangeLog.1 | 2 | ||||
| -rw-r--r-- | doc/misc/eshell.texi | 2 | ||||
| -rw-r--r-- | doc/misc/eudc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/message.texi | 2 | ||||
| -rw-r--r-- | etc/ORG-NEWS | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.16 | 17 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog.1 | 7 | ||||
| -rw-r--r-- | lisp/emacs-lisp/comp.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnvirtual.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.2 | 4 | ||||
| -rw-r--r-- | lisp/net/tramp-compat.el | 2 | ||||
| -rw-r--r-- | lisp/org/ChangeLog.1 | 8 | ||||
| -rw-r--r-- | lisp/progmodes/cc-engine.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/eglot.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.5 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 2 | ||||
| -rw-r--r-- | src/itree.c | 2 | ||||
| -rw-r--r-- | 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 @@ | |||
| 4043 | 4043 | ||
| 4044 | * doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer. | 4044 | * doc/emacs/maintaining.texi (Basic VC Editing): Mention Dired buffer. |
| 4045 | 4045 | ||
| 4046 | * doc/emacs/text.texi (Outline Mode): Replace S-TAB with with S-<TAB>. | 4046 | * doc/emacs/text.texi (Outline Mode): Replace S-TAB with S-<TAB>. |
| 4047 | 4047 | ||
| 4048 | * etc/NEWS: Add some missing +++/--- and move some related items closer. | 4048 | * etc/NEWS: Add some missing +++/--- and move some related items closer. |
| 4049 | 4049 | ||
| @@ -27204,7 +27204,7 @@ | |||
| 27204 | 27204 | ||
| 27205 | 2021-04-25 Andrea Corallo <akrl@sdf.org> | 27205 | 2021-04-25 Andrea Corallo <akrl@sdf.org> |
| 27206 | 27206 | ||
| 27207 | Merge branch 'feature/native-comp' into into trunk | 27207 | Merge branch 'feature/native-comp' into trunk |
| 27208 | 27208 | ||
| 27209 | 2021-04-25 Lars Ingebrigtsen <larsi@gnus.org> | 27209 | 2021-04-25 Lars Ingebrigtsen <larsi@gnus.org> |
| 27210 | 27210 | ||
| @@ -34265,7 +34265,7 @@ | |||
| 34265 | Use `length=' and family where possible in native comp code | 34265 | Use `length=' and family where possible in native comp code |
| 34266 | 34266 | ||
| 34267 | * lisp/emacs-lisp/comp-cstr.el (comp-intersect-typesets) | 34267 | * lisp/emacs-lisp/comp-cstr.el (comp-intersect-typesets) |
| 34268 | (comp-cstr-imm): Use Use `length=' and family where possible. | 34268 | (comp-cstr-imm): Use `length=' and family where possible. |
| 34269 | * lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-target-block) | 34269 | * lisp/emacs-lisp/comp.el (comp-add-cond-cstrs-target-block) |
| 34270 | (comp-compute-dominator-frontiers) | 34270 | (comp-compute-dominator-frontiers) |
| 34271 | (batch-byte-native-compile-for-bootstrap): Likewise. | 34271 | (batch-byte-native-compile-for-bootstrap): Likewise. |
| @@ -43613,7 +43613,7 @@ | |||
| 43613 | RFC2047-encode invalid Subject/From headers (bug#45925). This | 43613 | RFC2047-encode invalid Subject/From headers (bug#45925). This |
| 43614 | will make them be displayed more consistently in the Summary | 43614 | will make them be displayed more consistently in the Summary |
| 43615 | buffer (but still "wrong" sometimes, since there's not that much | 43615 | buffer (but still "wrong" sometimes, since there's not that much |
| 43616 | we can guess at at this stage, charset wise). | 43616 | we can guess at this stage, charset wise). |
| 43617 | (nnml-parse-head): Use it. | 43617 | (nnml-parse-head): Use it. |
| 43618 | 43618 | ||
| 43619 | 2021-01-22 Michael Albinus <michael.albinus@gmx.de> | 43619 | 2021-01-22 Michael Albinus <michael.albinus@gmx.de> |
| @@ -54142,7 +54142,7 @@ | |||
| 54142 | Tweak the face of unknown backend indicators in flymake | 54142 | Tweak the face of unknown backend indicators in flymake |
| 54143 | 54143 | ||
| 54144 | * lisp/progmodes/flymake.el (flymake--mode-line-format): Don't put | 54144 | * lisp/progmodes/flymake.el (flymake--mode-line-format): Don't put |
| 54145 | a face on the the "?" unknown backend indicator, because that | 54145 | a face on the "?" unknown backend indicator, because that |
| 54146 | looks odd in inactive windows (bug#44689). | 54146 | looks odd in inactive windows (bug#44689). |
| 54147 | 54147 | ||
| 54148 | 2020-11-24 Paul W. Rankin <pwr@skeletons.cc> | 54148 | 2020-11-24 Paul W. Rankin <pwr@skeletons.cc> |
| @@ -67774,7 +67774,7 @@ | |||
| 67774 | 67774 | ||
| 67775 | 2020-09-05 Lars Ingebrigtsen <larsi@gnus.org> | 67775 | 2020-09-05 Lars Ingebrigtsen <larsi@gnus.org> |
| 67776 | 67776 | ||
| 67777 | Revert "Display name with with spaces, but keep symbol name underneath" | 67777 | Revert "Display name with spaces, but keep symbol name underneath" |
| 67778 | 67778 | ||
| 67779 | This reverts commit e0c77bb62c1c950a82ea0517646d989dc5c1fe27. | 67779 | This reverts commit e0c77bb62c1c950a82ea0517646d989dc5c1fe27. |
| 67780 | 67780 | ||
| @@ -67854,7 +67854,7 @@ | |||
| 67854 | 67854 | ||
| 67855 | 2020-09-05 ej-32u <ej32u@protonmail.com> (tiny change) | 67855 | 2020-09-05 ej-32u <ej32u@protonmail.com> (tiny change) |
| 67856 | 67856 | ||
| 67857 | Display name with with spaces, but keep symbol name underneath | 67857 | Display name with spaces, but keep symbol name underneath |
| 67858 | 67858 | ||
| 67859 | * lisp/cus-edit.el (custom-unlispify-menu-entry): Display the | 67859 | * lisp/cus-edit.el (custom-unlispify-menu-entry): Display the |
| 67860 | pretty name, but keep the real symbol name as the value (bug#41905). | 67860 | pretty name, but keep the real symbol name as the value (bug#41905). |
| @@ -78012,7 +78012,7 @@ | |||
| 78012 | cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c... | 78012 | cd4f75bb86 Rename default function to next-error-buffer-unnavigated-c... |
| 78013 | 1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit... | 78013 | 1dff0a8949 * lisp/image-mode.el (image-toggle-display-image): Fix fit... |
| 78014 | a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):... | 78014 | a71d1787f1 * doc/misc/tramp.texi (Predefined connection information):... |
| 78015 | 079b0dc430 Delete, don't kill, dir dir fragments in icomplete-fido-ba... | 78015 | 079b0dc430 Delete, don't kill, dir fragments in icomplete-fido-ba... |
| 78016 | 6cdecc2659 Revert markup change in with-coding-priority docs | 78016 | 6cdecc2659 Revert markup change in with-coding-priority docs |
| 78017 | 22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert... | 78017 | 22f4fba8a9 * lisp/emulation/cua-rect.el (cua--rectangle-region-insert... |
| 78018 | 6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring. | 78018 | 6b9eac6759 * lisp/simple.el (shell-command-on-region): Fix docstring. |
| @@ -91466,7 +91466,7 @@ | |||
| 91466 | 91466 | ||
| 91467 | introduce CASE_CALL_NARGS macro and add various ops | 91467 | introduce CASE_CALL_NARGS macro and add various ops |
| 91468 | 91468 | ||
| 91469 | symbol_function set fset fget fget Bsubstring | 91469 | symbol_function set fset fget Bsubstring |
| 91470 | 91470 | ||
| 91471 | 2020-01-01 Andrea Corallo <andrea_corallo@yahoo.it> | 91471 | 2020-01-01 Andrea Corallo <andrea_corallo@yahoo.it> |
| 91472 | 91472 | ||
| @@ -95039,7 +95039,7 @@ | |||
| 95039 | 95039 | ||
| 95040 | 2020-06-13 João Távora <joaotavora@gmail.com> | 95040 | 2020-06-13 João Távora <joaotavora@gmail.com> |
| 95041 | 95041 | ||
| 95042 | Delete, don't kill, dir dir fragments in icomplete-fido-backward-updir | 95042 | Delete, don't kill, dir fragments in icomplete-fido-backward-updir |
| 95043 | 95043 | ||
| 95044 | Reported by: Andrew Schwartzmeyer <andrew@schwartzmeyer.com> | 95044 | Reported by: Andrew Schwartzmeyer <andrew@schwartzmeyer.com> |
| 95045 | 95045 | ||
| @@ -194580,7 +194580,7 @@ | |||
| 194580 | 194580 | ||
| 194581 | 2017-07-09 R. Bernstein <rocky@gnu.org> | 194581 | 2017-07-09 R. Bernstein <rocky@gnu.org> |
| 194582 | 194582 | ||
| 194583 | Add realgud faces faces to whiteboard... | 194583 | Add realgud faces to whiteboard... |
| 194584 | 194584 | ||
| 194585 | Adjust wheatgrass to use underline for enabled/disabled breakpoints | 194585 | Adjust wheatgrass to use underline for enabled/disabled breakpoints |
| 194586 | 194586 | ||
| @@ -214158,7 +214158,7 @@ | |||
| 214158 | refactor systhread.h | 214158 | refactor systhread.h |
| 214159 | 214159 | ||
| 214160 | This refactors systhread.h to move the notion of a "lisp mutex" | 214160 | This refactors systhread.h to move the notion of a "lisp mutex" |
| 214161 | into thread.c. This lets us make make the global lock and | 214161 | into thread.c. This lets us make the global lock and |
| 214162 | post_acquire_global_lock static. | 214162 | post_acquire_global_lock static. |
| 214163 | 214163 | ||
| 214164 | 2012-08-17 Tom Tromey <tromey@redhat.com> | 214164 | 2012-08-17 Tom Tromey <tromey@redhat.com> |
| @@ -226854,7 +226854,7 @@ | |||
| 226854 | 226854 | ||
| 226855 | 2016-04-30 Lars Ingebrigtsen <larsi@gnus.org> | 226855 | 2016-04-30 Lars Ingebrigtsen <larsi@gnus.org> |
| 226856 | 226856 | ||
| 226857 | Document mode mode line variables | 226857 | Document mode line variables |
| 226858 | 226858 | ||
| 226859 | * doc/lispref/modes.texi (Mode Line Variables): Document | 226859 | * doc/lispref/modes.texi (Mode Line Variables): Document |
| 226860 | `mode-line-front-space, `mode-line-misc-info', | 226860 | `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 @@ | |||
| 10409 | * sc.texi (Emacs 18 MUAs): | 10409 | * sc.texi (Emacs 18 MUAs): |
| 10410 | * speedbar.texi (Top): | 10410 | * speedbar.texi (Top): |
| 10411 | * url.texi (History): | 10411 | * url.texi (History): |
| 10412 | Delete duplicate duplicate words. | 10412 | Delete duplicate words. |
| 10413 | 10413 | ||
| 10414 | 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change) | 10414 | 2005-07-16 Johan Bockgård <bojohan@users.sourceforge.net> (tiny change) |
| 10415 | 10415 | ||
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 | |||
| 1126 | satisfied. | 1126 | satisfied. |
| 1127 | 1127 | ||
| 1128 | @item for @var{var} in @var{list}@dots{} @{ @var{commands} @} | 1128 | @item for @var{var} in @var{list}@dots{} @{ @var{commands} @} |
| 1129 | Iterate over each element of of @var{list}, storing the element in | 1129 | Iterate over each element of @var{list}, storing the element in |
| 1130 | @var{var} and evaluating @var{commands}. If @var{list} is not a list, | 1130 | @var{var} and evaluating @var{commands}. If @var{list} is not a list, |
| 1131 | treat it as a list of one element. If you specify multiple | 1131 | treat it as a list of one element. If you specify multiple |
| 1132 | @var{lists}, this will iterate over each of them in turn. | 1132 | @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 | |||
| 224 | use for their startup configuration file. @code{mailabbrev} processes | 224 | use for their startup configuration file. @code{mailabbrev} processes |
| 225 | @samp{alias}, and @samp{source} statements in the @file{mailrc} file. | 225 | @samp{alias}, and @samp{source} statements in the @file{mailrc} file. |
| 226 | @samp{alias} statements can define simple aliases and distribution | 226 | @samp{alias} statements can define simple aliases and distribution |
| 227 | lists, and and can be nested in that the alias expansion can contain | 227 | lists, and can be nested in that the alias expansion can contain |
| 228 | references to other alias definitions. Forward references, that is | 228 | references to other alias definitions. Forward references, that is |
| 229 | references to aliases before they are actually defined, are possible, | 229 | references to aliases before they are actually defined, are possible, |
| 230 | too. | 230 | 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 | |||
| 1005 | key corresponds to the opening combination for the safe.) | 1005 | key corresponds to the opening combination for the safe.) |
| 1006 | 1006 | ||
| 1007 | Thus, you need to perform the following steps for e-mail encryption, | 1007 | Thus, you need to perform the following steps for e-mail encryption, |
| 1008 | typically outside Emacs. See, for example, the | 1008 | typically outside Emacs. See, for example, |
| 1009 | @uref{https://www.gnupg.org/gph/en/manual.html, The GNU Privacy | 1009 | @uref{https://www.gnupg.org/gph/en/manual.html, The GNU Privacy |
| 1010 | Handbook} for details covering the standard @acronym{OpenPGP} with | 1010 | Handbook} for details covering the standard @acronym{OpenPGP} with |
| 1011 | @acronym{GnuPG}. | 1011 | @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. | |||
| 5763 | **** org-ctags.el (Paul Sexton) | 5763 | **** org-ctags.el (Paul Sexton) |
| 5764 | 5764 | ||
| 5765 | Targets like =<<my target>>= can now be found by Emacs' etag | 5765 | Targets like =<<my target>>= can now be found by Emacs' etag |
| 5766 | functionality, and Org-mode links can be used to to link to | 5766 | functionality, and Org-mode links can be used to link to |
| 5767 | etags, also in non-Org-mode files. For details, see the file | 5767 | etags, also in non-Org-mode files. For details, see the file |
| 5768 | /org-ctags.el/. | 5768 | /org-ctags.el/. |
| 5769 | 5769 | ||
| @@ -6120,7 +6120,7 @@ that Calc formulas can operate on them. | |||
| 6120 | code that is actually evaluated comprises the code block contents, | 6120 | code that is actually evaluated comprises the code block contents, |
| 6121 | augmented with the extra code which assigns the referenced data to | 6121 | augmented with the extra code which assigns the referenced data to |
| 6122 | variables. It is now possible to preview expanded contents, and | 6122 | variables. It is now possible to preview expanded contents, and |
| 6123 | also to expand code during during tangling. This expansion takes | 6123 | also to expand code during tangling. This expansion takes |
| 6124 | into account all header arguments, and variables. | 6124 | into account all header arguments, and variables. |
| 6125 | 6125 | ||
| 6126 | A new keybinding `C-c M-b p' bound to `org-babel-expand-src-block' | 6126 | 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. | |||
| 6235 | 6235 | ||
| 6236 | **** Localized clock tables | 6236 | **** Localized clock tables |
| 6237 | 6237 | ||
| 6238 | Clock tables now support a new new =:lang= parameter, allowing | 6238 | Clock tables now support a new =:lang= parameter, allowing |
| 6239 | the user to customize the localization of the table headers. See | 6239 | the user to customize the localization of the table headers. See |
| 6240 | the variable =org-clock-clocktable-language-setup= which controls | 6240 | the variable =org-clock-clocktable-language-setup= which controls |
| 6241 | available translated strings. | 6241 | 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 @@ | |||
| 22838 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 22838 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 22839 | 22839 | ||
| 22840 | Fix doubled-word typos. | 22840 | Fix doubled-word typos. |
| 22841 | * international/quail.el (quail-insert-kbd-layout): and and -> and. | 22841 | * international/quail.el (quail-insert-kbd-layout): |
| 22842 | * kermit.el: and and -> and. | 22842 | * kermit.el: |
| 22843 | * net/ldap.el (ldap-search-internal): to to -> to. | 22843 | * net/ldap.el (ldap-search-internal): |
| 22844 | * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise. | 22844 | * progmodes/vhdl-mode.el (vhdl-offsets-alist): |
| 22845 | * progmodes/js.el (js-mode): and and -> and. | 22845 | * progmodes/js.el (js-mode): |
| 22846 | * textmodes/artist.el (artist-move-to-xy): at at -> at. | 22846 | * textmodes/artist.el (artist-move-to-xy): |
| 22847 | (artist-draw-region-trim-line-endings): if if -> if. | 22847 | (artist-draw-region-trim-line-endings): |
| 22848 | And Safetyc -> Safety. | 22848 | * textmodes/reftex-dcr.el (reftex-view-crossref): Fix typos. |
| 22849 | * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a. | ||
| 22850 | 22849 | ||
| 22851 | 2011-05-10 Glenn Morris <rgm@gnu.org> | 22850 | 2011-05-10 Glenn Morris <rgm@gnu.org> |
| 22852 | Stefan Monnier <monnier@iro.umontreal.ca> | 22851 | Stefan Monnier <monnier@iro.umontreal.ca> |
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 @@ | |||
| 1915 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 1915 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 1916 | 1916 | ||
| 1917 | Fix doubled-word typos. | 1917 | Fix doubled-word typos. |
| 1918 | * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the | 1918 | * ede/pmake.el (ede-proj-makefile-garbage-patterns): |
| 1919 | * semantic/complete.el (semantic-complete-read-tag-local-members): | 1919 | * semantic/complete.el (semantic-complete-read-tag-local-members): |
| 1920 | Likewise. | 1920 | * ede.el (ede-auto-add-method): Fix typos. |
| 1921 | * ede.el (ede-auto-add-method): then then -> then | ||
| 1922 | 1921 | ||
| 1923 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | 1922 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> |
| 1924 | 1923 | ||
| @@ -3098,7 +3097,7 @@ | |||
| 3098 | * ede/proj-prog.el (project-run-target): New method. | 3097 | * ede/proj-prog.el (project-run-target): New method. |
| 3099 | 3098 | ||
| 3100 | * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker. | 3099 | * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker. |
| 3101 | (ede-g++-linker): Change Change link lines. | 3100 | (ede-g++-linker): Change link lines. |
| 3102 | 3101 | ||
| 3103 | * ede/pmake.el (ede-pmake-insert-variable-shared): | 3102 | * ede/pmake.el (ede-pmake-insert-variable-shared): |
| 3104 | When searching for old variables, go to the end of the buffer and | 3103 | 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." | |||
| 4358 | 4358 | ||
| 4359 | (provide 'comp) | 4359 | (provide 'comp) |
| 4360 | 4360 | ||
| 4361 | ;; LocalWords: limplified limplified limplification limplify Limple LIMPLE libgccjit elc eln | 4361 | ;; LocalWords: limplified limplification limplify Limple LIMPLE libgccjit elc eln |
| 4362 | 4362 | ||
| 4363 | ;;; comp.el ends here | 4363 | ;;; 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.") | |||
| 172 | (with-current-buffer nntp-server-buffer | 172 | (with-current-buffer nntp-server-buffer |
| 173 | (erase-buffer) | 173 | (erase-buffer) |
| 174 | (insert-buffer-substring vbuf) | 174 | (insert-buffer-substring vbuf) |
| 175 | ;; FIX FIX FIX, we should be able to sort faster than | 175 | ;; FIXME: we should be able to sort faster than |
| 176 | ;; this if needed, since each cgroup is sorted, we just | 176 | ;; this if needed, since each cgroup is sorted, we just |
| 177 | ;; need to merge | 177 | ;; need to merge |
| 178 | (sort-numeric-fields 1 (point-min) (point-max)) | 178 | (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 @@ | |||
| 360 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 360 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 361 | 361 | ||
| 362 | Fix doubled-word typos. | 362 | Fix doubled-word typos. |
| 363 | * mh-alias.el (mh-alias-minibuffer-confirm-address): if if -> if it | 363 | * mh-alias.el (mh-alias-minibuffer-confirm-address): |
| 364 | * mh-scan.el (mh-scan-destination-width): in in -> in | 364 | * mh-scan.el (mh-scan-destination-width): Fix typos. |
| 365 | 365 | ||
| 366 | 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | 366 | 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 367 | 367 | ||
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." | |||
| 179 | (lambda (reporter &optional value _suffix) | 179 | (lambda (reporter &optional value _suffix) |
| 180 | (progress-reporter-update reporter value)))) | 180 | (progress-reporter-update reporter value)))) |
| 181 | 181 | ||
| 182 | ;; `ignore-error' is new in Emacs Emacs 27.1. | 182 | ;; `ignore-error' is new in Emacs 27.1. |
| 183 | (defmacro tramp-compat-ignore-error (condition &rest body) | 183 | (defmacro tramp-compat-ignore-error (condition &rest body) |
| 184 | "Execute BODY; if the error CONDITION occurs, return nil. | 184 | "Execute BODY; if the error CONDITION occurs, return nil. |
| 185 | Otherwise, return result of last form in BODY. | 185 | 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 @@ | |||
| 20112 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 20112 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 20113 | 20113 | ||
| 20114 | Fix doubled-word typos. | 20114 | Fix doubled-word typos. |
| 20115 | * org-agenda.el (org-agenda-entry-types): the the -> the | 20115 | * org-agenda.el (org-agenda-entry-types): |
| 20116 | * org-table.el (org-table-get-remote-range): or or -> or | 20116 | * org-table.el (org-table-get-remote-range): |
| 20117 | * org-wl.el (org-wl-folder-type): the the -> the | 20117 | * org-wl.el (org-wl-folder-type): |
| 20118 | * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise. | 20118 | * org.el (org-goto, org-inside-LaTeX-fragment-p): Fix typos. |
| 20119 | 20119 | ||
| 20120 | 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca> | 20120 | 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 20121 | 20121 | ||
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." | |||
| 6963 | ;; At each buffer change, the syntax-table properties are removed in a | 6963 | ;; At each buffer change, the syntax-table properties are removed in a |
| 6964 | ;; before-change function and reapplied, when needed, in an | 6964 | ;; before-change function and reapplied, when needed, in an |
| 6965 | ;; after-change function. It is far more important that the | 6965 | ;; after-change function. It is far more important that the |
| 6966 | ;; properties get removed when they they are spurious than that they | 6966 | ;; properties get removed when they are spurious than that they |
| 6967 | ;; be present when wanted. | 6967 | ;; be present when wanted. |
| 6968 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 6968 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 6969 | (defun c-clear-<-pair-props (&optional pos) | 6969 | (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 @@ | |||
| 9 | ;; Keywords: convenience, languages | 9 | ;; Keywords: convenience, languages |
| 10 | ;; 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")) | 10 | ;; 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")) |
| 11 | 11 | ||
| 12 | ;; This is is a GNU ELPA :core package. Avoid adding functionality | 12 | ;; This is a GNU ELPA :core package. Avoid adding functionality |
| 13 | ;; that is not available in the version of Emacs recorded above or any | 13 | ;; that is not available in the version of Emacs recorded above or any |
| 14 | ;; of the package dependencies. | 14 | ;; of the package dependencies. |
| 15 | 15 | ||
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 | |||
| 1133 | (add-hook 'kill-buffer-hook 'flymake-kill-buffer-hook nil t) | 1133 | (add-hook 'kill-buffer-hook 'flymake-kill-buffer-hook nil t) |
| 1134 | (add-hook 'eldoc-documentation-functions 'flymake-eldoc-function t t) | 1134 | (add-hook 'eldoc-documentation-functions 'flymake-eldoc-function t t) |
| 1135 | 1135 | ||
| 1136 | ;; If Flymake happened to be already already ON, we must cleanup | 1136 | ;; If Flymake happened to be already ON, we must cleanup |
| 1137 | ;; existing diagnostic overlays, lest we forget them by blindly | 1137 | ;; existing diagnostic overlays, lest we forget them by blindly |
| 1138 | ;; reinitializing `flymake--state' in the next line. | 1138 | ;; reinitializing `flymake--state' in the next line. |
| 1139 | ;; See https://github.com/joaotavora/eglot/issues/223. | 1139 | ;; 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 @@ | |||
| 7899 | * buffer.c (scroll-up-aggressively, scroll-down-aggressively): | 7899 | * buffer.c (scroll-up-aggressively, scroll-down-aggressively): |
| 7900 | * keymap.c (Fminor_mode_key_binding): | 7900 | * keymap.c (Fminor_mode_key_binding): |
| 7901 | * macterm.c (mac-emulate-three-button-mouse): | 7901 | * macterm.c (mac-emulate-three-button-mouse): |
| 7902 | Delete duplicate duplicate words. | 7902 | Delete duplicate words. |
| 7903 | 7903 | ||
| 7904 | 2005-07-18 Ken Raeburn <raeburn@gnu.org> | 7904 | 2005-07-18 Ken Raeburn <raeburn@gnu.org> |
| 7905 | 7905 | ||
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 @@ | |||
| 1459 | (frame_default_tool_bar_height): Extern. | 1459 | (frame_default_tool_bar_height): Extern. |
| 1460 | * gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size | 1460 | * gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size |
| 1461 | to adjust_frame_size. | 1461 | to adjust_frame_size. |
| 1462 | * nsfns.m (Fx_create_frame): Pass Pass Qx_create_frame_1 and | 1462 | * nsfns.m (Fx_create_frame): Pass Qx_create_frame_1 and |
| 1463 | Qx_create_frame_2 to adjust_frame_size. | 1463 | Qx_create_frame_2 to adjust_frame_size. |
| 1464 | * w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with | 1464 | * w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with |
| 1465 | inhibit 1 when we have not redisplayed the tool bar yet. | 1465 | inhibit 1 when we have not redisplayed the tool bar yet. |
| 1466 | (Fx_create_frame): Pass Pass Qx_create_frame_1 and | 1466 | (Fx_create_frame): Pass Qx_create_frame_1 and |
| 1467 | Qx_create_frame_2 to adjust_frame_size. | 1467 | Qx_create_frame_2 to adjust_frame_size. |
| 1468 | * w32menu.c (set_frame_menubar): Simplify adjust_frame_size | 1468 | * w32menu.c (set_frame_menubar): Simplify adjust_frame_size |
| 1469 | call. | 1469 | call. |
| @@ -1476,7 +1476,7 @@ | |||
| 1476 | frame size accordingly. | 1476 | frame size accordingly. |
| 1477 | * xfns.c (x_change_tool_bar_height): Call adjust_frame_size with | 1477 | * xfns.c (x_change_tool_bar_height): Call adjust_frame_size with |
| 1478 | inhibit 1 when we have not redisplayed the tool bar yet. | 1478 | inhibit 1 when we have not redisplayed the tool bar yet. |
| 1479 | (Fx_create_frame): Pass Pass Qx_create_frame_1 and | 1479 | (Fx_create_frame): Pass Qx_create_frame_1 and |
| 1480 | Qx_create_frame_2 to adjust_frame_size. | 1480 | Qx_create_frame_2 to adjust_frame_size. |
| 1481 | 1481 | ||
| 1482 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | 1482 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> |
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 @@ | |||
| 2316 | 2316 | ||
| 2317 | 1995-02-15 Paul Reilly <pmr@geech.gnu.ai.mit.edu> | 2317 | 1995-02-15 Paul Reilly <pmr@geech.gnu.ai.mit.edu> |
| 2318 | 2318 | ||
| 2319 | * s/dgux.h (LIB_MOTIF): Add -lgen to provide provide the symbols | 2319 | * s/dgux.h (LIB_MOTIF): Add -lgen to provide the symbols |
| 2320 | `regcmp' and `regex'. | 2320 | `regcmp' and `regex'. |
| 2321 | 2321 | ||
| 2322 | 1995-02-15 Richard Stallman <rms@pogo.gnu.ai.mit.edu> | 2322 | 1995-02-15 Richard Stallman <rms@pogo.gnu.ai.mit.edu> |
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 @@ | |||
| 1272 | 1272 | ||
| 1273 | * xdisp.c (display_line): Set charpos of first glyph in blank | 1273 | * xdisp.c (display_line): Set charpos of first glyph in blank |
| 1274 | lines not corresponding to any text to -1, even if no glyphs are | 1274 | lines not corresponding to any text to -1, even if no glyphs are |
| 1275 | filled in in that line. | 1275 | filled in on that line. |
| 1276 | 1276 | ||
| 1277 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> | 1277 | 1999-11-01 Gerd Moellmann <gerd@gnu.org> |
| 1278 | 1278 | ||
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 <http://www.gnu.org/licenses/>. */ | |||
| 111 | In order to avoid this, we introduce yet another node attribute, | 111 | In order to avoid this, we introduce yet another node attribute, |
| 112 | called OFFSET. | 112 | called OFFSET. |
| 113 | 113 | ||
| 114 | The OFFSET of some some subtree, represented by its root, is the | 114 | The OFFSET of some subtree, represented by its root, is the |
| 115 | amount of shift that needs to be applied to its BEGIN, END and | 115 | amount of shift that needs to be applied to its BEGIN, END and |
| 116 | LIMIT values, in order to get to the actual buffer positions. | 116 | LIMIT values, in order to get to the actual buffer positions. |
| 117 | Coming back to the example, all we would need to do in this case, | 117 | 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) | |||
| 30072 | XrmPutLineResource (&xrdb, "Emacs.dialog.*.font: 9x15"); | 30072 | XrmPutLineResource (&xrdb, "Emacs.dialog.*.font: 9x15"); |
| 30073 | 30073 | ||
| 30074 | /* Do not destroy the font struct returned above with XFreeFont; | 30074 | /* Do not destroy the font struct returned above with XFreeFont; |
| 30075 | that also destroys the font, leading to to X protocol errors at | 30075 | that also destroys the font, leading to X protocol errors at |
| 30076 | XtCloseDisplay. Just free the font info structure. | 30076 | XtCloseDisplay. Just free the font info structure. |
| 30077 | (Bug#18403) */ | 30077 | (Bug#18403) */ |
| 30078 | XFreeFontInfo (NULL, query_result, 1); | 30078 | XFreeFontInfo (NULL, query_result, 1); |