mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 14:40:54 -08:00
(custom-documentation): Avoid nil spec in defface.
This commit is contained in:
parent
d390b4d26f
commit
dbc1f997bd
1 changed files with 1 additions and 1 deletions
|
|
@ -2089,7 +2089,7 @@ and `face'."
|
|||
'custom-button-pressed
|
||||
'custom-button-pressed-unraised))
|
||||
|
||||
(defface custom-documentation nil
|
||||
(defface custom-documentation '((t nil))
|
||||
"Face used for documentation strings in customization buffers."
|
||||
:group 'custom-faces)
|
||||
;; backward-compatibility alias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue