1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Fix warning in dictionary.el

* lisp/net/dictionary.el (dictionary-word-entry-face): Fix face
attribute.
This commit is contained in:
Stefan Kangas 2024-10-01 21:19:49 +02:00
parent e792856b00
commit e181553662

View File

@ -336,7 +336,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
(((type tty) (class color))
(:foreground "green"))
(t
(:inverse t)))
(:inverse-video t)))
"The face that is used for displaying the initial word entry line."
:group 'dictionary
:version "28.1")