# HG changeset patch # User Richard M. Stallman # Date 739496109 0 # Node ID eaf1cea13ba07b465652429e488babcff7ed0efc # Parent 3b95ad470ccc265ac3f84735e6d686fb8c203a87 (texinfo-section-types-regexp): Add @chapheading. diff -r 3b95ad470ccc -r eaf1cea13ba0 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Mon Jun 07 23:23:42 1993 +0000 +++ b/lisp/textmodes/texinfo.el Mon Jun 07 23:35:09 1993 +0000 @@ -276,7 +276,7 @@ ;; This is also defined in `texnfo-upd.el'. (defvar texinfo-section-types-regexp - "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" + "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|chapheading \\|heading \\|appendix\\)" "Regexp matching chapter, section, other headings (but not the top node).") (defun texinfo-show-structure (&optional nodes-too)