diff options
| -rw-r--r-- | lisp/textmodes/texinfo.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index e42aa1f1bf3..56ec52b4d1e 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -274,10 +274,10 @@ value of texinfo-mode-hook." | |||
| 274 | 274 | ||
| 275 | ;;; Texinfo file structure | 275 | ;;; Texinfo file structure |
| 276 | 276 | ||
| 277 | ; The following is 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\\|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. |