1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

: Revert a mistaken change

* lisp/net/dictionary.el (dictionary-word-definition-face): Revert
a mistakenly installed change.
This commit is contained in:
Eli Zaretskii 2024-10-15 15:39:11 +03:00
parent 4d90a1d820
commit 94d0e9c401

View File

@ -320,11 +320,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
:version "30.1")
(defface dictionary-word-definition-face
;; w32 first, because 'supports' doesn't really tell whether the font
;; family exists, and MS-Windows selects an ugly font as result.
'((((type w32))
(:font "Sans Serif"))
(((supports (:family "DejaVu Serif")))
'((((supports (:family "DejaVu Serif")))
(:family "DejaVu Serif"))
(((type x))
(:font "Sans Serif"))
@ -332,7 +328,7 @@ Otherwise, `dictionary-search' displays definitions in a *Dictionary* buffer."
(:font "default")))
"The face that is used for displaying the definition of the word."
:group 'dictionary
:version "31.1")
:version "28.1")
(defface dictionary-word-entry-face
'((((type x))