comparison lisp/textmodes/texinfmt.el @ 807:4f28bd14272c

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 21:47:34 +0000
parents fec3f9a1e3e5
children 38b2499cb3e9
comparison
equal deleted inserted replaced
806:d42e1151eed8 807:4f28bd14272c
1 ;;;; texinfmt.el --- convert Texinfo files to Info files. 1 ;;;; texinfmt.el --- convert Texinfo files to Info files.
2 2
3 ;;;; Version 2.00 14 Dec 1990 3 ;; Author: Robert J. Chassell <bob@gnu.ai.mit.edu>
4 ;; Version: 2.00
5 ;; Last-Modified: 14 Dec 1990
4 6
5 ;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc. 7 ;; Copyright (C) 1985, 1986, 1988, 1990 Free Software Foundation, Inc.
6 8
7 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
8 10
9 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 1, or (at your option) 13 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; any later version. 14 ;; any later version.
13 15
14 ;; GNU Emacs is distributed in the hope that it will be useful, 16 ;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; GNU General Public License for more details. 19 ;; GNU General Public License for more details.
18 20
19 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to 22 ;; along with GNU Emacs; see the file COPYING. If not, write to
21 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24
25 ;;; Commentary:
22 26
23 ;; Updated May 1990 to correspond, more or less, to version 2.8 of 27 ;; Updated May 1990 to correspond, more or less, to version 2.8 of
24 ;; texinfo.tex. NOTE: texinfmt.el is being phased out; it is being 28 ;; texinfo.tex. NOTE: texinfmt.el is being phased out; it is being
25 ;; replaced by makeinfo.c, which is faster and provides better error 29 ;; replaced by makeinfo.c, which is faster and provides better error
26 ;; checking. 30 ;; checking.
27 ;; Robert J. Chassell, bob@ai.mit.edu 31 ;; Robert J. Chassell, bob@ai.mit.edu
32
33 ;;; Code:
28 34
29 (defvar texinfo-format-syntax-table nil) 35 (defvar texinfo-format-syntax-table nil)
30 36
31 (defvar texinfo-vindex) 37 (defvar texinfo-vindex)
32 (defvar texinfo-findex) 38 (defvar texinfo-findex)