# HG changeset patch # User Richard M. Stallman # Date 737907104 0 # Node ID f4234ee71da4204969af3c0d010be17f54766418 # Parent 902c32c709f7da6f5fecf23005efdd9f62177cd0 (texinfo-section-types-regexp): Define here. diff -r 902c32c709f7 -r f4234ee71da4 lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Thu May 20 14:02:07 1993 +0000 +++ b/lisp/textmodes/texinfo.el Thu May 20 14:11:44 1993 +0000 @@ -274,10 +274,10 @@ ;;; 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.