mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 00:00:39 -08:00
Merge from origin/emacs-29
bf50aa38f9Improve documentation of case-conversion commands225b426f25; Fix typos
This commit is contained in:
commit
22d9bbe284
13 changed files with 50 additions and 42 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue