diff options
| author | Richard M. Stallman | 1993-05-20 14:11:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-20 14:11:44 +0000 |
| commit | d4e21f83e023bc83076cb4160d853254628a457a (patch) | |
| tree | d92a443a0a1f374e439bc6b4b40e0c2913e06ffd /lisp | |
| parent | d4df3279afd02a3388134879cc4404c2a075a91e (diff) | |
| download | emacs-d4e21f83e023bc83076cb4160d853254628a457a.tar.gz emacs-d4e21f83e023bc83076cb4160d853254628a457a.zip | |
(texinfo-section-types-regexp): Define here.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/textmodes/texinfo.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index e42aa1f1bf3..56ec52b4d1e 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -274,10 +274,10 @@ value of texinfo-mode-hook." | |||
| 274 | 274 | ||
| 275 | ;;; Texinfo file structure | 275 | ;;; Texinfo file structure |
| 276 | 276 | ||
| 277 | ; The following is 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\\|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) |
| 283 | "Show the structure of a Texinfo file. | 283 | "Show the structure of a Texinfo file. |