2021-12-27 Eli Zaretskii <eliz@gnu.org>
- Fix typos in in 'reset-language-environment'
+ Fix typos in 'reset-language-environment'
* lisp/international/mule-cmds.el (reset-language-environment):
Fix a typo in 'windows-nt'. (Bug#52816)
Fix automatic hscrolling when line numbers are displayed
* src/xdisp.c (hscroll_window_tree): When line numbers are
- displayed, account for the the line-number space when calculating
+ displayed, account for the line-number space when calculating
the desired X coordinate on the left. (Bug#49891)
2021-08-06 Eli Zaretskii <eliz@gnu.org>
* lisp/minibuffer.el (minibuffer--sort-by-length-alpha): New function.
(minibuffer--sort-by-position): New function extracted from
`completion-all-sorted-completions`.
- (completion-all-sorted-completions): Use use them.
+ (completion-all-sorted-completions): Use them.
2021-04-19 Daniel Mendler <mail@daniel-mendler.de>
string in the byte-code (so the two branches return `eq` strings).
So, I think using `iso-2022-jp` is a bad idea here: it gives the
- illusion that the the `charset` info exists, even it will be lost.
+ illusion that the `charset` info exists, even it will be lost.
Eli discussed it with Handa-san a year ago, and they arrived at the
conclusion that the charset information is indeed no longer important.
wdired-do-renames: Speed up for long Emacs sessions
`dired-rename-file' calls unconditionally `dired-rename-subdir'.
- The second function performs performs a loop on all the Emacs
+ The second function performs a loop on all the Emacs
buffers; this step is only needed if FILE is a directory (bug#32899).
In a long lived Emacs session, this can make a difference
(Bug#42563)
- For some time, Eldoc has has some Elisp-specific code that shouldn't
+ For some time, Eldoc has some Elisp-specific code that shouldn't
live there, but in elisp-mode.el. This can be fixed in Emacs master,
but since ElDoc is distributed in GNU Elpa and is meant to work with
Emacs 26 and 27, this means that that elisp-specific code must still
Do this conservatively for now: if the ElDoc helper buffer (as
returned by eldoc--doc-buffer) is visible and showing documentation
- for the very same "situation" (as computed by the the new
+ for the very same "situation" (as computed by the new
eldoc--request-state helper), don't request that documentation from
sources again.
* lisp/emacs-lisp/comp.el (comp-symbol-values-optimizable): New
defconst.
- (comp-function-call-maybe-remove): New logic to to remove
+ (comp-function-call-maybe-remove): New logic to remove
unnecessary `symbol-value' calls.
2020-06-07 Juri Linkov <juri@linkov.net>
2020-03-10 AndreaCorallo <akrl@sdf.org>
- * Fix store_function_docstring for for native functions
+ * Fix store_function_docstring for native functions
Do not Nil native_doc fields. This will be naturally dumped by
pdumper. This was affecting dumped functions.
2019-08-21 Nicolas Petton <nicolas@petton.fr>
- * etc/HISTORY: Add Emacs 26.3 release release date.
+ * etc/HISTORY: Add Emacs 26.3 release date.
2019-08-21 Nicolas Petton <nicolas@petton.fr>
2019-07-30 Lars Ingebrigtsen <larsi@gnus.org>
- Use decoded time accessors in in em-ls
+ Use decoded time accessors in em-ls
* lisp/eshell/em-ls.el (eshell-ls-file): Use decoded time
accessors.
* doc/lispref/hash.texi (Creating Hash, Defining Hash):
* src/fns.c (Fsxhash_eq, Fsxhash_eql, Fsxhash_equal):
Say that hashes are fixnums.
- (Fmake_hash_table): Say that that an integer rehash-size
+ (Fmake_hash_table): Say that an integer rehash-size
should be a fixnum.
* doc/lispref/hash.texi (Defining Hash): Say that hash and
comparison functions should be consistent and pure, and should
* lisp/emacs-lisp/package.el (package-install-from-archive): Fix last change
- Don't place the unibyte content of of the downloaded file into
+ Don't place the unibyte content of the downloaded file into
a multibyte buffer.
2019-05-24 Michael Albinus <michael.albinus@gmx.de>
* lisp/textmodes/bibtex.el (bibtex-next-entry)
(bibtex-previous-entry): New commands.
- (bibtex-mode-map): Bind to to forward-paragraph and
+ (bibtex-mode-map): Bind to forward-paragraph and
backward-paragraph. Add to menu under "Moving inside an Entry".
2018-08-27 Noam Postavsky <npostavs@gmail.com>
Lay some groundwork for a more flexible approach that allows for
different classes of diagnostics, not necessarily line-based.
Importantly, one overlay per diagnostic is created, whereas the
- original implementation had one per line, and on it it concatenated
+ original implementation had one per line, and on it concatenated
the results of errors and warnings.
This means that currently, an error and warning on the same line are