Mercurial > emacs
changeset 3556:eaf1cea13ba0
(texinfo-section-types-regexp): Add @chapheading.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jun 1993 23:35:09 +0000 |
parents | 3b95ad470ccc |
children | 009b22e07a63 |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)