diff options
author | Lute Kamstra <lute@gnu.org> | 2005-05-27 13:09:37 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-05-27 13:09:37 +0000 |
commit | 3ec0e903957204e3620f1600edaa3423a13a965f (patch) | |
tree | 69cf4b1f4f3610dd8293e1f2289e6b914615e5c9 /lisp/textmodes/texinfo.el | |
parent | 18a8c7738bc1d8b5cedcfa28dcf9abae6cc5e063 (diff) | |
download | emacs-3ec0e903957204e3620f1600edaa3423a13a965f.tar.gz |
(texinfo-heading-face): Specify customization group.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r-- | lisp/textmodes/texinfo.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index ec983077d26..bd14c658379 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -345,7 +345,8 @@ Subexpression 1 is what goes into the corresponding `@end' statement.") (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 |