comparison lisp/textmodes/texinfmt.el @ 13337:84acc3adcd63

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 30 Oct 1995 17:35:01 +0000
parents d6c5619b7fbc
children 187735b53d52
comparison
equal deleted inserted replaced
13336:f225e4de23b4 13337:84acc3adcd63
1 ;;;; texinfmt.el 1 ;;; texinfmt.el --- format Texinfo files into Info files.
2 ;;; Copyright (C) 1985, 1986, 1988, 2
3 ;;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985, 1986, 1988,
4 ;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 5
5 ;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu> 6 ;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu>
6 7
7 ;;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
8 9
9 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; 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 11 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 2, or (at your option) 12 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; any later version. 13 ;; any later version.