1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(custom-documentation): Avoid nil spec in defface.

This commit is contained in:
Luc Teirlinck 2006-04-21 23:38:54 +00:00
parent d390b4d26f
commit dbc1f997bd

View File

@ -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