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:
parent
d4df3279af
commit
d4e21f83e0
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue