December 2025 spelling fixes
Some of the fixes are to continue to use American rather than British spelling. * doc/misc/modus-themes.org (my-modus-themes-engraved-faces): Fix misspelled ‘:foreground’s. * etc/themes/modus-themes.el (modus-themes-faces): Fix misspelled ‘modus-themes-bold’. * lisp/emacs-lisp/rx.el (rx--normalize-char-pattern): Rename from rx--normalise-char-pattern. (rx--optimize-or-args): Rename from rx--optimise-or-args. * lisp/frame.el (frame--special-parameters): Fix misspelled "right-divider-width". * lisp/net/tramp.el (tramp-fingerprint-prompt-regexp): Use American spelling “centered”, to match current libfprintf. * lisp/org/org-fold-core.el (org-fold-core--optimize-for-huge-buffers): Rename from org-fold-core--optimise-for-huge-buffers. (org-fold-core-update-optimization): Rename from org-fold-core-update-optimisation, leaving an alias behind. (org-fold-core-remove-optimization): Rename from org-fold-core-remove-optimisation, leaving an alias behind. * lisp/org/org.el (org-advertized-archive-subtree): This alias is now obsolete. * lisp/play/zone.el (zone-ignored-buffers): Fix misspelling of ‘zone--buffer-encrypted-p’. * lisp/progmodes/csharp-mode.el (csharp-ts-mode-faces): Fix misspelling of ‘csharp’ group. * lisp/vc/vc.el (vc-clonable-backends-custom-type): Rename from vc-cloneable-backends-custom-type, leaving an alias behind. * test/lisp/emacs-lisp/bytecomp-tests.el: (bytecomp-tests--warn-arity-non-compiled-callee): Rename from bytecomp-tests--warn-arity-noncompiled-callee. (bytecomp-test-defface-spec): Reword a deliberate misspelling of “default” that is so common I don’t want it to pollute the spelling dictionary. * test/lisp/emacs-lisp/package-vc-tests.el: (package-vc-tests-preserve-artifacts): Rename from package-vc-tests-preserve-artifacts. * test/lisp/eshell/em-prompt-tests.el: (em-prompt-test/forward-backward-paragraph-1): Reword a deliberate misspelling of “goodbye” that is so common I don’t want it to pollute the spelling dictionary.
This commit is contained in:
@@ -5864,7 +5864,7 @@
|
||||
* doc/lispref/symbols.texi (Shorthand, Exceptions): New
|
||||
subsubsection.
|
||||
|
||||
* src/lread.c (read1): Exempt punctionation-only symbols from
|
||||
* src/lread.c (read1): Exempt punctuation-only symbols from
|
||||
oblookup_considering_shorthand.
|
||||
|
||||
* test/lisp/progmodes/elisp-mode-tests.el
|
||||
@@ -74080,7 +74080,7 @@
|
||||
* lisp/emacs-lisp/bytecomp.el (byte-compile-associative): Rename to...
|
||||
(byte-compile-variadic-numeric): ...this function and simplify,
|
||||
fixing incorrect comments. The 3-arg strength reduction is now
|
||||
always done in the optimisers and is no longer needed here.
|
||||
always done in the optimizers and is no longer needed here.
|
||||
(byte-compile-min-max): New function.
|
||||
(byte-compile-minus): Simplify, remove incorrect comment, and use
|
||||
byte-compile-variadic-numeric.
|
||||
@@ -115589,7 +115589,7 @@
|
||||
|
||||
* lisp/progmodes/hideif.el (hide-ifdef-mode-prefix-key): Make into
|
||||
a defcustom since it seems like this is something that should be
|
||||
user-customisable (bug#8922).
|
||||
user-customizable (bug#8922).
|
||||
|
||||
2019-08-21 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
@@ -131651,7 +131651,7 @@
|
||||
cache.
|
||||
(c-parse-ps-state-below): Use the new function c-state-semi-trim-cache.
|
||||
(c-before-change-check-<>-operators): Check simply for < or > in the
|
||||
neighbourhood before doing more expensive processing.
|
||||
neighborhood before doing more expensive processing.
|
||||
(c-maybe-re-mark-raw-string): Give a backward search limit to an operation
|
||||
which was needlessly lacking one.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user