summaryrefslogtreecommitdiff
path: root/lisp/textmodes/texinfo.el
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-05-27 13:09:37 +0000
committerLute Kamstra <lute@gnu.org>2005-05-27 13:09:37 +0000
commit3ec0e903957204e3620f1600edaa3423a13a965f (patch)
tree69cf4b1f4f3610dd8293e1f2289e6b914615e5c9 /lisp/textmodes/texinfo.el
parent18a8c7738bc1d8b5cedcfa28dcf9abae6cc5e063 (diff)
downloademacs-3ec0e903957204e3620f1600edaa3423a13a965f.tar.gz
(texinfo-heading-face): Specify customization group.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r--lisp/textmodes/texinfo.el3
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