comparison lisp/textmodes/texinfo.el @ 814:38b2499cb3e9

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 17 Jul 1992 20:24:00 +0000
parents 4f28bd14272c
children 113281b361ec
comparison
equal deleted inserted replaced
813:f3706268745a 814:38b2499cb3e9
1 ;;;; texinfo.el ---- major mode for editing Texinfo files. 1 ;;;; texinfo.el ---- major mode for editing Texinfo files.
2 2
3 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> 3 ;; Author: Bob Chassell <bob@gnu.ai.mit.edu>
4 ;; Version: 2.00 4 ;; Version: 2.00
5 ;; Last-Modified: 14 Dec 1990 5 ;; Last-Modified: 14 Dec 1990
6 ;; Keywords: maint, tex, doc, wp
6 7
7 ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. 8 ;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc.
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
10 11