diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 23:35:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 23:35:09 +0000 |
commit | c2121a73a99132348ccbc4ccbc6d65ea186533c9 (patch) | |
tree | ed28ba60d70c2753fd113d5f003974edea041a69 | |
parent | 0f1dc98e7ad9114fc7f2c0fb13c57efe9fc7c9e9 (diff) | |
download | emacs-c2121a73a99132348ccbc4ccbc6d65ea186533c9.tar.gz |
(texinfo-section-types-regexp): Add @chapheading.
-rw-r--r-- | lisp/textmodes/texinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 56ec52b4d1e..1a4ab68a41f 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -276,7 +276,7 @@ value of texinfo-mode-hook." ;; 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) |