diff options
| author | Paul Eggert | 2025-12-26 10:20:45 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-12-26 10:22:12 -0800 |
| commit | 481ad70d5cb5ef68a456152a6bab88e27f9bd319 (patch) | |
| tree | 0759d09b23efb6b0b7bdf2be23412a58de8ecd68 /test/src | |
| parent | 5b461a49305ac5db329f28f719c6f9aa0aafd2cc (diff) | |
| download | emacs-481ad70d5cb5ef68a456152a6bab88e27f9bd319.tar.gz emacs-481ad70d5cb5ef68a456152a6bab88e27f9bd319.zip | |
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.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/editfns-tests.el | 2 | ||||
| -rw-r--r-- | test/src/treesit-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index a66e25ddc6a..e387460a149 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el | |||
| @@ -368,7 +368,7 @@ Execute tests as described by `editfns-tests--transpose-regions-tests'." | |||
| 368 | (should (equal (mapcar #'marker-position pmarkers) pmpos)) | 368 | (should (equal (mapcar #'marker-position pmarkers) pmpos)) |
| 369 | ;; Meh. This more or less blindly duplicates function | 369 | ;; Meh. This more or less blindly duplicates function |
| 370 | ;; transpose_markers, since I have been too lazy to | 370 | ;; transpose_markers, since I have been too lazy to |
| 371 | ;; reproduce the arithmetics myself. | 371 | ;; reproduce the arithmetic myself. |
| 372 | (setq pmpos | 372 | (setq pmpos |
| 373 | (mapcar | 373 | (mapcar |
| 374 | (lambda (pos) | 374 | (lambda (pos) |
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el index 89303114735..e107829621a 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el | |||
| @@ -235,7 +235,7 @@ | |||
| 235 | ;;; Linecol | 235 | ;;; Linecol |
| 236 | 236 | ||
| 237 | (ert-deftest treesit-linecol-basic () | 237 | (ert-deftest treesit-linecol-basic () |
| 238 | "Tests for basic lincol synchronization." | 238 | "Tests for basic linecol synchronization." |
| 239 | (skip-unless (fboundp 'treesit--linecol-cache)) | 239 | (skip-unless (fboundp 'treesit--linecol-cache)) |
| 240 | (with-temp-buffer | 240 | (with-temp-buffer |
| 241 | (should (equal (treesit--linecol-cache) | 241 | (should (equal (treesit--linecol-cache) |