diff options
| author | Richard M. Stallman | 1993-06-07 23:35:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-07 23:35:09 +0000 |
| commit | c2121a73a99132348ccbc4ccbc6d65ea186533c9 (patch) | |
| tree | ed28ba60d70c2753fd113d5f003974edea041a69 | |
| parent | 0f1dc98e7ad9114fc7f2c0fb13c57efe9fc7c9e9 (diff) | |
| download | emacs-c2121a73a99132348ccbc4ccbc6d65ea186533c9.tar.gz emacs-c2121a73a99132348ccbc4ccbc6d65ea186533c9.zip | |
(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." | |||
| 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) |