# HG changeset patch # User Lute Kamstra # Date 1117199269 0 # Node ID f2a72c23fa03ac6fa6ecfcd81a41647302a8d3a3 # Parent 29a93bca63aa29322ac45f3ae5ddc9a6864c6439 (texinfo-heading-face): Specify customization group. diff -r 29a93bca63aa -r f2a72c23fa03 lisp/textmodes/texinfo.el --- 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