diff lisp/textmodes/texinfo.el @ 62813:f2a72c23fa03

(texinfo-heading-face): Specify customization group.
author Lute Kamstra <lute@gnu.org>
date Fri, 27 May 2005 13:07:49 +0000
parents 0b36787d3411
children 72fae6758182 01137c1fdbe9
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