comparison lisp/textmodes/texinfo.el @ 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 f4234ee71da4
children a2dc34c691cc
comparison
equal deleted inserted replaced
3555:3b95ad470ccc 3556:eaf1cea13ba0
274 274
275 ;;; Texinfo file structure 275 ;;; Texinfo file structure
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)
283 "Show the structure of a Texinfo file. 283 "Show the structure of a Texinfo file.
284 List the lines in the file that begin with the @-sign commands for 284 List the lines in the file that begin with the @-sign commands for