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:
parent
e792856b00
commit
e181553662
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user