Mercurial > emacs
changeset 62813:f2a72c23fa03
(texinfo-heading-face): Specify customization group.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 27 May 2005 13:07:49 +0000 |
parents | 29a93bca63aa |
children | ab46ab2a20b7 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Fri May 27 13:00:57 2005 +0000 +++ b/lisp/textmodes/texinfo.el Fri May 27 13:07:49 2005 +0000 @@ -345,7 +345,8 @@ (defface texinfo-heading-face '((t (:inherit font-lock-function-name-face))) - "Face used for section headings in `texinfo-mode'.") + "Face used for section headings in `texinfo-mode'." + :group 'texinfo) (defvar texinfo-heading-face 'texinfo-heading-face) (defvar texinfo-font-lock-keywords