Fix eldoc-box-body rendering in Customize
At least on my build (28.2), defining the face with `:background unspecified` makes Customize only show the raw lisp expression. Setting it to `'((t . nil))` makes it work.
This commit is contained in:
parent
143d7c5eff
commit
d888418346
@ -81,7 +81,7 @@
|
||||
(((background light)) . (:background "black")))
|
||||
"The border color used in childframe.")
|
||||
|
||||
(defface eldoc-box-body '((t . (:background unspecified)))
|
||||
(defface eldoc-box-body '((t . nil))
|
||||
"Body face used in documentation childframe.")
|
||||
|
||||
(defcustom eldoc-box-only-multi-line nil
|
||||
|
Loading…
Reference in New Issue
Block a user