comparison lisp/textmodes/texinfo.el @ 2902:573fc5cd8175

(texinfo-chapter-level-regexp): Copied here.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 May 1993 16:52:19 +0000
parents 6af690e58256
children f4234ee71da4
comparison
equal deleted inserted replaced
2901:510a7ebce564 2902:573fc5cd8175
1 ;;; texinfo.el --- major mode for editing Texinfo files. 1 ;;; texinfo.el --- major mode for editing Texinfo files.
2 2
3 ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
4 4
5 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> 5 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
6 ;; Version: 2.00 6 ;; Version: 2.00
7 ;; Keywords: maint, tex, doc, wp 7 ;; Keywords: maint, tex, doc, wp
8 8
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 24
25 ;;; Code: 25 ;;; Code:
26 26
27 ;;; Don't you dare insert any `require' calls at top level in this file--rms. 27 ;;; Don't you dare insert any `require' calls at top level in this file--rms.
28
29 (defvar texinfo-chapter-level-regexp
30 "chapter\\|unnumbered \\|appendix \\|majorheading\\|chapheading"
31 "Regular expression matching just the Texinfo chapter level headings.")
28 32
29 (defvar texinfo-mode-syntax-table nil) 33 (defvar texinfo-mode-syntax-table nil)
30 34
31 (if texinfo-mode-syntax-table 35 (if texinfo-mode-syntax-table
32 nil 36 nil