diff options
| author | Richard M. Stallman | 1995-10-30 17:35:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-30 17:35:01 +0000 |
| commit | be010748989d2be1af4eaa5e602f4cf49d37bf26 (patch) | |
| tree | 787be8f0e6f74109e30b02ac8c107b3fe201181f /lisp/textmodes | |
| parent | ad837797de652021a470c5a5c0f1165709df7528 (diff) | |
| download | emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.gz emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.zip | |
Comment change.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 15 | ||||
| -rw-r--r-- | lisp/textmodes/makeinfo.el | 11 | ||||
| -rw-r--r-- | lisp/textmodes/texinfmt.el | 9 | ||||
| -rw-r--r-- | lisp/textmodes/texinfo.el | 9 | ||||
| -rw-r--r-- | lisp/textmodes/texnfo-upd.el | 4 |
5 files changed, 24 insertions, 24 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index dd0f14e4329..8064b5e0582 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -1,10 +1,7 @@ | |||
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: emacs-lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;; | 1 | ;;; ispell.el --- spell checking using Ispell |
| 2 | ;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning. | 2 | |
| 3 | ;;; | ||
| 4 | ;;; | ||
| 5 | ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. |
| 6 | ;;; | 4 | |
| 7 | ;;; | ||
| 8 | ;;; Authors : Ken Stevens <k.stevens@ieee.org> | 5 | ;;; Authors : Ken Stevens <k.stevens@ieee.org> |
| 9 | ;;; Note: version numbers and time stamp are not updated | 6 | ;;; Note: version numbers and time stamp are not updated |
| 10 | ;;; when this file is edited for release with GNU Emacs. | 7 | ;;; when this file is edited for release with GNU Emacs. |
| @@ -14,10 +11,10 @@ | |||
| 14 | ;;; Status : Release with 3.1.12+ ispell. | 11 | ;;; Status : Release with 3.1.12+ ispell. |
| 15 | ;;; Version : International Ispell Version 3.1 by Geoff Kuenning. | 12 | ;;; Version : International Ispell Version 3.1 by Geoff Kuenning. |
| 16 | ;;; Bug Reports : ispell-el-bugs@itcorp.com | 13 | ;;; Bug Reports : ispell-el-bugs@itcorp.com |
| 17 | ;;; | 14 | |
| 18 | ;;; Note: version numbers and time stamp are not updated | 15 | ;;; Note: version numbers and time stamp are not updated |
| 19 | ;;; when this file is edited for release with GNU emacs. | 16 | ;;; when this file is edited for release with GNU Emacs. |
| 20 | ;;; | 17 | |
| 21 | ;;; This file is part of GNU Emacs. | 18 | ;;; This file is part of GNU Emacs. |
| 22 | ;;; | 19 | ;;; |
| 23 | ;;; GNU Emacs is free software; you can redistribute it and/or modify | 20 | ;;; GNU Emacs is free software; you can redistribute it and/or modify |
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index 61269de9e2c..dbc5996d93f 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | ;;;; makeinfo.el -- run makeinfo conveniently. | 1 | ;;; makeinfo.el --- run makeinfo conveniently |
| 2 | ;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc. | ||
| 3 | 2 | ||
| 4 | ;;; Author: Robert J. Chassell | 3 | ;; Copyright (C) 1991, 1993 Free Software Foundation, Inc. |
| 5 | ;;; Maintainer: FSF | ||
| 6 | 4 | ||
| 7 | ;;; This file is part of GNU Emacs. | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: FSF | ||
| 7 | |||
| 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 |
diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 69967c5ba12..497c4d784bc 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el | |||
| @@ -1,10 +1,11 @@ | |||
| 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 |
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index ee215d28a75..53ed2a76364 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el | |||
| @@ -1,11 +1,12 @@ | |||
| 1 | ;;;; texinfo.el--major mode for editing Texinfo files. | 1 | ;;; texinfo.el --- major mode for editing Texinfo files |
| 2 | |||
| 2 | ;; Copyright (C) 1985, '88, '89, | 3 | ;; Copyright (C) 1985, '88, '89, |
| 3 | ;; '90, '91, '92, '93 Free Software Foundation, Inc. | 4 | ;; '90, '91, '92, '93 Free Software Foundation, Inc. |
| 4 | 5 | ||
| 5 | ;;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 6 | ;;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 7 | 8 | ||
| 8 | ;;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 9 | 10 | ||
| 10 | ;; 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 |
| 11 | ;; 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 |
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index b46387dd11b..57e64e4721d 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; Texinfo mode utilities for updating nodes and menus in Texinfo files. | 1 | ;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files |
| 2 | ;;; Copyright 1989, 1990, 1991, 1992 Free Software Foundation | 2 | ;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Robert J. Chassell | 4 | ;; Author: Robert J. Chassell |
| 5 | ;; Maintainer: bug-texinfo@prep.ai.mit.edu | 5 | ;; Maintainer: bug-texinfo@prep.ai.mit.edu |