aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-07 23:35:09 +0000
committerRichard M. Stallman1993-06-07 23:35:09 +0000
commitc2121a73a99132348ccbc4ccbc6d65ea186533c9 (patch)
treeed28ba60d70c2753fd113d5f003974edea041a69
parent0f1dc98e7ad9114fc7f2c0fb13c57efe9fc7c9e9 (diff)
downloademacs-c2121a73a99132348ccbc4ccbc6d65ea186533c9.tar.gz
emacs-c2121a73a99132348ccbc4ccbc6d65ea186533c9.zip
(texinfo-section-types-regexp): Add @chapheading.
-rw-r--r--lisp/textmodes/texinfo.el2
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."
276 276
277;; This is also defined in `texnfo-upd.el'. 277;; This is also defined in `texnfo-upd.el'.
278(defvar texinfo-section-types-regexp 278(defvar texinfo-section-types-regexp
279 "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" 279 "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|chapheading \\|heading \\|appendix\\)"
280 "Regexp matching chapter, section, other headings (but not the top node).") 280 "Regexp matching chapter, section, other headings (but not the top node).")
281 281
282(defun texinfo-show-structure (&optional nodes-too) 282(defun texinfo-show-structure (&optional nodes-too)