]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-heading-face): Specify customization group.
authorLute Kamstra <lute@gnu.org>
Fri, 27 May 2005 13:09:37 +0000 (13:09 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 27 May 2005 13:09:37 +0000 (13:09 +0000)
lisp/ChangeLog
lisp/textmodes/texinfo.el

index c1e3a52fbe84812a38b3e64b41c8b48d16e5c1a2..f795ead42f8809ae9b6ddfb8eacabb97be8cd59a 100644 (file)
@@ -6,7 +6,9 @@
        * textmodes/dns-mode.el (dns-mode):
        * textmodes/sgml-mode.el (sgml-namespace-face):
        * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
-       (tex-verbatim-face, tex-use-reftex): Specify customization group.
+       (tex-verbatim-face, tex-use-reftex):
+       * textmodes/texinfo.el (texinfo-heading-face): Specify
+       customization group.
 
        * longlines.el: Don't require easy-mmode.
        (longlines-visible-face): Specify customization group.
index ec983077d269b1d23ae82ee9e9b3a0ac92cbeb30..bd14c65837905c2fda2d05bf59347585d1dc682c 100644 (file)
@@ -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