1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(texinfo-section-types-regexp): Define here.

This commit is contained in:
Richard M. Stallman 1993-05-20 14:11:44 +00:00
parent d4df3279af
commit d4e21f83e0

View file

@ -274,10 +274,10 @@ value of texinfo-mode-hook."
;;; Texinfo file structure
; The following is defined in `texnfo-upd.el'
; (defvar texinfo-section-types-regexp
; "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)"
; "Regexp matching chapter, section, other headings (but not the top node).")
;; This is also defined in `texnfo-upd.el'.
(defvar texinfo-section-types-regexp
"^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)"
"Regexp matching chapter, section, other headings (but not the top node).")
(defun texinfo-show-structure (&optional nodes-too)
"Show the structure of a Texinfo file.