1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00

Merge from origin/emacs-29

bf50aa38f9 Improve documentation of case-conversion commands
225b426f25 ; Fix typos
This commit is contained in:
Eli Zaretskii 2024-06-01 08:34:43 -04:00
commit 22d9bbe284
13 changed files with 50 additions and 42 deletions

View file

@ -54,7 +54,7 @@
(enable-theme 'test-icons-theme)
(should (equal (icon-string 'icon-test1) "<"))))
(ert-deftest test-icon-inheretance ()
(ert-deftest test-icon-inheritance ()
(let ((icon-preference '(image emoji symbol text)))
(should (equal (icon-string 'icon-test2) ">")))
(let ((icon-preference '(text)))