Mercurial > emacs
changeset 2926:f4234ee71da4
(texinfo-section-types-regexp): Define here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 20 May 1993 14:11:44 +0000 |
parents | 902c32c709f7 |
children | 9a270937e98c |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.