aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-10-30 17:35:01 +0000
committerRichard M. Stallman1995-10-30 17:35:01 +0000
commitbe010748989d2be1af4eaa5e602f4cf49d37bf26 (patch)
tree787be8f0e6f74109e30b02ac8c107b3fe201181f
parentad837797de652021a470c5a5c0f1165709df7528 (diff)
downloademacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.tar.gz
emacs-be010748989d2be1af4eaa5e602f4cf49d37bf26.zip
Comment change.
-rw-r--r--lisp/allout.el2
-rw-r--r--lisp/auto-show.el1
-rw-r--r--lisp/avoid.el2
-rw-r--r--lisp/bytecpat.el1
-rw-r--r--lisp/cdl.el2
-rw-r--r--lisp/complete.el2
-rw-r--r--lisp/docref.el2
-rw-r--r--lisp/double.el2
-rw-r--r--lisp/emacs-lisp/backquote.el19
-rw-r--r--lisp/emacs-lisp/cl-compat.el2
-rw-r--r--lisp/emacs-lisp/cl-extra.el2
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
-rw-r--r--lisp/emacs-lisp/cl-seq.el2
-rw-r--r--lisp/emacs-lisp/cl-specs.el4
-rw-r--r--lisp/emacs-lisp/cl.el2
-rw-r--r--lisp/emacs-lisp/pp.el2
-rw-r--r--lisp/emacs-lock.el2
-rw-r--r--lisp/emulation/edt-lk201.el7
-rw-r--r--lisp/emulation/edt-mapper.el4
-rw-r--r--lisp/emulation/edt-pc.el7
-rw-r--r--lisp/emulation/edt-vt100.el8
-rw-r--r--lisp/emulation/edt.el2
-rw-r--r--lisp/emulation/pc-mode.el2
-rw-r--r--lisp/emulation/viper-ex.el3
-rw-r--r--lisp/emulation/viper-keym.el3
-rw-r--r--lisp/emulation/viper-macs.el3
-rw-r--r--lisp/emulation/viper-mous.el3
-rw-r--r--lisp/emulation/viper.el2
-rw-r--r--lisp/enriched.el2
-rw-r--r--lisp/facemenu.el2
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/format.el2
-rw-r--r--lisp/forms-pass.el4
-rw-r--r--lisp/forms.el9
-rw-r--r--lisp/hilit19.el26
-rw-r--r--lisp/icomplete.el13
-rw-r--r--lisp/international/iso-cvt.el7
-rw-r--r--lisp/jka-compr.el3
-rw-r--r--lisp/mldrag.el2
-rw-r--r--lisp/mouse.el28
-rw-r--r--lisp/play/solitaire.el2
-rw-r--r--lisp/progmodes/ada-mode.el2
-rw-r--r--lisp/progmodes/f90.el2
-rw-r--r--lisp/progmodes/pascal.el32
-rw-r--r--lisp/rcompile.el2
-rw-r--r--lisp/shadowfile.el38
-rw-r--r--lisp/term.el3
-rw-r--r--lisp/textmodes/ispell.el15
-rw-r--r--lisp/textmodes/makeinfo.el11
-rw-r--r--lisp/textmodes/texinfmt.el9
-rw-r--r--lisp/textmodes/texinfo.el9
-rw-r--r--lisp/textmodes/texnfo-upd.el4
-rw-r--r--lisp/timezone.el8
-rw-r--r--lisp/tmm.el2
54 files changed, 161 insertions, 173 deletions
diff --git a/lisp/allout.el b/lisp/allout.el
index 05d99cc889a..0da86f6a3a4 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -1,4 +1,4 @@
1;;;_* allout.el - Extensive outline mode for use alone and with other modes. 1;;; allout.el --- Extensive outline mode for use alone and with other modes.
2 2
3;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/auto-show.el b/lisp/auto-show.el
index ce36b2e73d2..2cae3c334e0 100644
--- a/lisp/auto-show.el
+++ b/lisp/auto-show.el
@@ -1,3 +1,4 @@
1;;; auto-show.el --- perform automatic horizontal scrolling as point moves
1;;; This file is in the public domain. 2;;; This file is in the public domain.
2 3
3;;; Keywords: scroll display minor-mode 4;;; Keywords: scroll display minor-mode
diff --git a/lisp/avoid.el b/lisp/avoid.el
index d93bc762e78..d75ca2c961d 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -1,4 +1,4 @@
1;;; avoid.el -- make mouse pointer stay out of the way of editing. 1;;; avoid.el --- make mouse pointer stay out of the way of editing
2 2
3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/bytecpat.el b/lisp/bytecpat.el
index e7c8652a5cc..1698b2659ba 100644
--- a/lisp/bytecpat.el
+++ b/lisp/bytecpat.el
@@ -1,3 +1,4 @@
1;;; bytecpat.el --- do recompilation for Emacs patch files.
1;;; This function is used by the patch files to update Emacs releases. 2;;; This function is used by the patch files to update Emacs releases.
2 3
3(defun batch-byte-recompile-emacs () 4(defun batch-byte-recompile-emacs ()
diff --git a/lisp/cdl.el b/lisp/cdl.el
index fa94386d4ba..111c5328d8b 100644
--- a/lisp/cdl.el
+++ b/lisp/cdl.el
@@ -1,4 +1,4 @@
1;;; cdl.el -- Common Data Language (CDL) utility functions for Gnu Emacs 1;;; cdl.el --- Common Data Language (CDL) utility functions for Gnu Emacs
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/complete.el b/lisp/complete.el
index 5e187f50f6f..3230524e730 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -1,4 +1,4 @@
1;; complete.el -- partial completion mechanism plus other goodies. 1;;; complete.el -- partial completion mechanism plus other goodies
2 2
3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/docref.el b/lisp/docref.el
index 2a7b2a65b68..2dfc1def06c 100644
--- a/lisp/docref.el
+++ b/lisp/docref.el
@@ -1,4 +1,4 @@
1;;; docref.el -- Simple cross references for Elisp documentation strings 1;;; docref.el --- Simple cross references for Elisp documentation strings
2;; Copyright (C) 1994 Free Software Foundation, Inc. 2;; Copyright (C) 1994 Free Software Foundation, Inc.
3 3
4;; Author: Vadim Geshel <vadik@unas.cs.kiev.ua> 4;; Author: Vadim Geshel <vadik@unas.cs.kiev.ua>
diff --git a/lisp/double.el b/lisp/double.el
index 810babd28c9..403b5a22429 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -1,4 +1,4 @@
1;;; double.el - Support for keyboard remapping with double clicking. 1;;; double.el --- Support for keyboard remapping with double clicking
2 2
3;; Copyright (C) 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index b625fdb9794..3d1320bda1f 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,12 +1,11 @@
1;;; New backquote for GNU Emacs. 1;;; backquote.el -- implement the ` Lisp construct
2;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc. 2;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
3 3
4;; Author: Rick Sladkey <jrs@world.std.com> 4;; Author: Rick Sladkey <jrs@world.std.com>
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: extensions, internal 6;; Keywords: extensions, internal
7 7
8;; This file is not part of GNU Emacs but is distributed under 8;; This file is part of GNU Emacs.
9;; the same conditions as GNU Emacs.
10 9
11;; 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
12;; 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
@@ -22,19 +21,7 @@
22;; along with GNU Emacs; see the file COPYING. If not, write to 21;; along with GNU Emacs; see the file COPYING. If not, write to
23;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 23
25;; This is a new backquote for GNU Emacs written by 24;;; Commentary:
26;; Rick Sladkey <jrs@world.std.com>. It has the following
27;; features compared to the version 18 backquote:
28
29;; Correctly handles nested backquotes.
30;; Correctly handles constants after a splice.
31;; Correctly handles top-level atoms and unquotes.
32;; Correctly handles unquote after dot.
33;; Understands vectors.
34;; Minimizes gratuitous consing.
35;; Faster operation with simpler semantics.
36;; Generates faster run-time expressions.
37;; One third fewer calories than our regular beer.
38 25
39;; This backquote will generate calls to the backquote-list* form. 26;; This backquote will generate calls to the backquote-list* form.
40;; Both a function version and a macro version are included. 27;; Both a function version and a macro version are included.
diff --git a/lisp/emacs-lisp/cl-compat.el b/lisp/emacs-lisp/cl-compat.el
index 75fabed7aa8..7ecac89190f 100644
--- a/lisp/emacs-lisp/cl-compat.el
+++ b/lisp/emacs-lisp/cl-compat.el
@@ -1,4 +1,4 @@
1;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility) 1;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index d57f10b2453..d60b277bca6 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -1,4 +1,4 @@
1;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two) 1;;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two)
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index ba136913135..9b00456db55 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -1,4 +1,4 @@
1;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four) 1;;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four)
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el
index 545f4f4e7e6..7f21d5453f2 100644
--- a/lisp/emacs-lisp/cl-seq.el
+++ b/lisp/emacs-lisp/cl-seq.el
@@ -1,4 +1,4 @@
1;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three) 1;;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three)
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index e90ca407983..9bb79ea79a3 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -1,4 +1,4 @@
1;;; cl-specs.el - Edebug specs for cl.el 1;;; cl-specs.el --- Edebug specs for cl.el
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> 4;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
@@ -7,7 +7,7 @@
7;; LCD Archive Entry: 7;; LCD Archive Entry:
8;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu 8;; cl-specs.el|Daniel LaLiberte|liberte@cs.uiuc.edu
9;; |Edebug specs for cl.el 9;; |Edebug specs for cl.el
10;; |$Date: 1994/04/05 20:52:43 $|1.1| 10;; |$Date: 1995/04/19 00:47:42 $|1.1|
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 34075ab1fb5..4ede1e5f7bd 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -1,4 +1,4 @@
1;; cl.el --- Common Lisp extensions for GNU Emacs Lisp 1;;; cl.el --- Common Lisp extensions for GNU Emacs Lisp
2 2
3;; Copyright (C) 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1993 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index d6327d9a7e1..a4f4d15665b 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -1,4 +1,4 @@
1;; pp.el --- pretty printer for Emacs Lisp 1;;; pp.el --- pretty printer for Emacs Lisp
2;; Copyright (C) 1989, 1993 Free Software Foundation, Inc. 2;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
3 3
4;; Author: Randal Schwartz <merlyn@ora.com> 4;; Author: Randal Schwartz <merlyn@ora.com>
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el
index 2a0f3a04f34..c0495bb8350 100644
--- a/lisp/emacs-lock.el
+++ b/lisp/emacs-lock.el
@@ -1,4 +1,4 @@
1;;; emacs-lock.el --- Prevents you from exiting emacs if a buffer is locked 1;;; emacs-lock.el --- prevents you from exiting emacs if a buffer is locked
2;; Copyright (C) 1994 Free Software Foundation, Inc 2;; Copyright (C) 1994 Free Software Foundation, Inc
3;; 3;;
4;; Author: Tom Wurgler <twurgler@goodyear.com> 4;; Author: Tom Wurgler <twurgler@goodyear.com>
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index 2f7787a203f..a88646616d6 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -1,8 +1,5 @@
1;;; File: edt-lk201.el --- Enhanced EDT Keypad Mode Emulation 1;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards
2;;; for LK-201 Keyboards 2
3;;;
4;;; For GNU Emacs 19
5;;
6;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
7 4
8;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> 5;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index 2e54272ba6c..9b7d53e6c7f 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -1,6 +1,4 @@
1;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs. 1;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs
2
3;;; For GNU Emacs 19
4 2
5;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
6 4
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index a7c472f5c06..5fae49e4b25 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -1,8 +1,5 @@
1;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation 1;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards
2;;; for PC 101 Keyboards 2
3;;;
4;;; For GNU Emacs 19
5;;
6;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc.
7 4
8;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> 5;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el
index 7dd5df400c0..2fa82c4d5e0 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -1,9 +1,5 @@
1;;; File: edt-vt100.el --- Enhanced EDT Keypad Mode Emulation 1;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals
2;;; for VT Series Terminals 2
3;;;
4;;; For GNU Emacs 19
5;;;
6;;
7;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
8 4
9;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> 5;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com>
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 8c8607f3656..19ed0949bec 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -1,4 +1,4 @@
1;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19 1;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19
2 2
3;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index d4dd7ab9d32..c7fe75d7a0d 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -1,4 +1,4 @@
1;;; pc-mode.el emulate Windows/Mac/Motif selection keys 1;;; pc-mode.el emulate certain key bindings used on PCs.
2;; Copyright (C) 1995 Free Software Foundation, Inc. 2;; Copyright (C) 1995 Free Software Foundation, Inc.
3 3
4;; Keywords: emulations 4;; Keywords: emulations
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index f4734d2e1cf..7e64d443bd2 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -1,4 +1,5 @@
1;;; viper-ex.el -- functions implementing the Ex commands for Viper 1;;; viper-ex.el --- functions implementing the Ex commands for Viper
2
2;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index da862a141d8..9ff7cd83f4f 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -1,4 +1,5 @@
1;;; viper-keym.el -- Main Viper keymaps 1;;; viper-keym.el --- main Viper keymaps
2
2;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 5b8db6a773f..39130edef69 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -1,4 +1,5 @@
1;;; viper-macs.el -- functions implementing keyboard macros for Viper 1;;; viper-macs.el --- functions implementing keyboard macros for Viper
2
2;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index d4f134503ef..c3709be1d4a 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -1,4 +1,5 @@
1;;; viper-mous.el -- Mouse support for Viper 1;;; viper-mous.el --- mouse support for Viper
2
2;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 4
4;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 40f1f588369..403bd25644b 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -1,4 +1,4 @@
1;;; viper.el --- A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19, 1;;; viper.el --- A full-featured Vi emulator.
2;; a VI Plan for Emacs Rescue, 2;; a VI Plan for Emacs Rescue,
3;; and a venomous VI PERil. 3;; and a venomous VI PERil.
4;; Viper Is also a Package for Emacs Rebels. 4;; Viper Is also a Package for Emacs Rebels.
diff --git a/lisp/enriched.el b/lisp/enriched.el
index 8d30de3dc14..1358b655b13 100644
--- a/lisp/enriched.el
+++ b/lisp/enriched.el
@@ -1,4 +1,4 @@
1;;; enriched.el -- read and save files in text/enriched format 1;;; enriched.el --- read and save files in text/enriched format
2;; Copyright (c) 1994, 1995 Free Software Foundation, Inc. 2;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
3 3
4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> 4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index ea9355827eb..3b53cb1b834 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -1,4 +1,4 @@
1;;; facemenu.el -- Create a face menu for interactively adding fonts to text 1;;; facemenu.el --- create a face menu for interactively adding fonts to text
2;; Copyright (c) 1994, 1995 Free Software Foundation, Inc. 2;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
3 3
4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> 4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index d64ca17e24b..9f3d1ebf9cf 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1,4 +1,4 @@
1;; Electric Font Lock Mode 1;;; font-lock.el --- electric font lock mode
2;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 2;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4;; Author: jwz, then rms, then sm <simon@gnu.ai.mit.edu> 4;; Author: jwz, then rms, then sm <simon@gnu.ai.mit.edu>
diff --git a/lisp/format.el b/lisp/format.el
index 2cde5f4b22d..eae6f72f473 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -1,4 +1,4 @@
1;;; format.el -- read and save files in multiple formats 1;;; format.el ;-- read and save files in multiple formats
2;; Copyright (c) 1994, 1995 Free Software Foundation 2;; Copyright (c) 1994, 1995 Free Software Foundation
3 3
4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> 4;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
diff --git a/lisp/forms-pass.el b/lisp/forms-pass.el
index d5889f40317..1a7db41e20a 100644
--- a/lisp/forms-pass.el
+++ b/lisp/forms-pass.el
@@ -1,5 +1,5 @@
1;; demo for forms-mode -*-emacs-lisp-*- 1;;; forms-pass.el --- passwd file demo for forms-mode
2;; 2
3;; This demo visits your passwd file. 3;; This demo visits your passwd file.
4 4
5;; use yp if present 5;; use yp if present
diff --git a/lisp/forms.el b/lisp/forms.el
index f5fb6f5bd1d..165fd5a30ec 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -1,5 +1,6 @@
1;;; forms.el -- Forms mode: edit a file as a form to fill in. 1;;; forms.el --- Forms mode: edit a file as a form to fill in
2;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc. 2
3;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
3 4
4;; Author: Johan Vromans <jvromans@squirrel.nl> 5;; Author: Johan Vromans <jvromans@squirrel.nl>
5 6
@@ -287,10 +288,10 @@
287(provide 'forms) ;;; official 288(provide 'forms) ;;; official
288(provide 'forms-mode) ;;; for compatibility 289(provide 'forms-mode) ;;; for compatibility
289 290
290(defconst forms-version (substring "$Revision: 2.20 $" 11 -2) 291(defconst forms-version (substring "$Revision: 2.21 $" 11 -2)
291 "The version number of forms-mode (as string). The complete RCS id is: 292 "The version number of forms-mode (as string). The complete RCS id is:
292 293
293 $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $") 294 $Id: forms.el,v 2.21 1995/10/28 16:21:33 rms Exp rms $")
294 295
295(defvar forms-mode-hooks nil 296(defvar forms-mode-hooks nil
296 "Hook functions to be run upon entering Forms mode.") 297 "Hook functions to be run upon entering Forms mode.")
diff --git a/lisp/hilit19.el b/lisp/hilit19.el
index eddab6c4ac4..147214a3cf5 100644
--- a/lisp/hilit19.el
+++ b/lisp/hilit19.el
@@ -1,23 +1,25 @@
1;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19. 1;;; hilit19.el --- customizable highlighting for Emacs19
2
2;; Copyright (c) 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.
3;; 4
4;; Author: Jonathan Stigelman <stig@hackvan.com> 5;; Author: Jonathan Stigelman <stig@hackvan.com>
5;; Keywords: faces 6;; Keywords: faces
6;; 7
7;; This program is free software; you can redistribute it and/or modify 8;; This file is part of GNU Emacs.
9
10;; GNU Emacs is free software; you can redistribute it and/or modify
8;; 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
9;; the Free Software Foundation; either version 2 of the License, or 12;; the Free Software Foundation; either version 2, or (at your option)
10;; (at your option) any later version. 13;; any later version.
11;; 14
12;; This program is distributed in the hope that it will be useful, 15;; GNU Emacs is distributed in the hope that it will be useful,
13;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15;; GNU General Public License for more details. 18;; GNU General Public License for more details.
16;; 19
17;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
18;; along with this program; if not, write to the Free Software 21;; along with GNU Emacs; see the file COPYING. If not, write to
19;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20;;
21 23
22;;; Commentary: 24;;; Commentary:
23 25
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 8a9d0984704..ba734d6b145 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -1,12 +1,11 @@
1;;;_. icomplete.el - minibuffer completion incremental feedback 1;;; icomplete.el --- minibuffer completion incremental feedback
2 2
3;;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
4 4
5;;; Author: Ken Manheimer <klm@nist.gov> 5;; Author: Ken Manheimer <klm@nist.gov>
6;;; Maintainer: Ken Manheimer <klm@nist.gov> 6;; Maintainer: Ken Manheimer <klm@nist.gov>
7;;; Version: Id: icomplete.el,v 4.3 1994/08/31 18:48:29 klm Exp 7;; Created: Mar 1993 klm@nist.gov - first release to usenet
8;;; Created: Mar 1993 klm@nist.gov - first release to usenet 8;; Keywords: help, abbrev
9;;; Keywords: help, abbrev
10 9
11;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
12 11
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index 8fa955cca67..cef8a02c668 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -1,6 +1,7 @@
1;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions 1;;; iso-cvt.-el -- translate to ISO 8859-1 from/to net/TeX conventions
2;; Copyright © 1993, 1994 Free Software Foundation, Inc. 2;; This file was formerly called gm-lingo.el.
3;; Was formerly called gm-lingo.el. 3
4;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4 5
5;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at> 6;; Author: Michael Gschwind <mike@vlsivie.tuwien.ac.at>
6;; Keywords: tex, iso, latin, i18n 7;; Keywords: tex, iso, latin, i18n
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index c3804b267ec..934fc0dc89c 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -1,4 +1,5 @@
1;;; jka-compr.el - reading/writing/loading compressed files. 1;;; jka-compr.el --- reading/writing/loading compressed files
2
2;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
3 4
4;; Author: jka@ece.cmu.edu (Jay K. Adams) 5;; Author: jka@ece.cmu.edu (Jay K. Adams)
diff --git a/lisp/mldrag.el b/lisp/mldrag.el
index 97d09e251c3..1ac9a899f56 100644
--- a/lisp/mldrag.el
+++ b/lisp/mldrag.el
@@ -1,4 +1,4 @@
1;;; mldrag.el -- Mode line and vertical line dragging to resize windows. 1;;; mldrag.el --- mode line and vertical line dragging to resize windows
2;;; Copyright (C) 1994 Free Software Foundation, Inc. 2;;; Copyright (C) 1994 Free Software Foundation, Inc.
3 3
4;; Author: Kyle E. Jones <kyle@wonderworks.com> 4;; Author: Kyle E. Jones <kyle@wonderworks.com>
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 3531329cdd7..2e50a44f676 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,25 +1,25 @@
1;;; mouse.el --- window system-independent mouse support. 1;;; mouse.el --- window system-independent mouse support
2 2
3;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: hardware 6;; Keywords: hardware
7 7
8;;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
10;;; 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
11;;; 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
12;;; the Free Software Foundation; either version 2, or (at your option) 12;; the Free Software Foundation; either version 2, or (at your option)
13;;; any later version. 13;; any later version.
14 14
15;;; GNU Emacs is distributed in the hope that it will be useful, 15;; GNU Emacs is distributed in the hope that it will be useful,
16;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;;; along with GNU Emacs; see the file COPYING. If not, write to 21;; along with GNU Emacs; see the file COPYING. If not, write to
22;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el
index f7611345291..2451b9d71f7 100644
--- a/lisp/play/solitaire.el
+++ b/lisp/play/solitaire.el
@@ -1,4 +1,4 @@
1;; solitaire.el --- game of solitaire in emacs lisp 1;;; solitaire.el --- game of solitaire in Emacs Lisp
2 2
3;; Copyright (C) 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 1dace8d055f..08e544e9dce 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -1,4 +1,4 @@
1;;; ada-mode.el - An Emacs major-mode for editing Ada source. 1;;; ada-mode.el --- An Emacs major-mode for editing Ada source.
2;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 2;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 3
4;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de> 4;;; Authors: Markus Heritsch <Markus.Heritsch@studbox.uni-stuttgart.de>
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 864cb0ddfbf..b82223e829b 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -1,4 +1,4 @@
1;; f90.el --- Fortran-90 mode (free format) for GNU Emacs and GNU XEmacs. 1;;; f90.el --- Fortran-90 mode (free format)
2;; Copyright (C) 1995 Free Software Foundation, Inc. 2;; Copyright (C) 1995 Free Software Foundation, Inc.
3 3
4;; Author: Torbj\"orn Einarsson <T.Einarsson@clab.ericsson.se> 4;; Author: Torbj\"orn Einarsson <T.Einarsson@clab.ericsson.se>
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index 2e9a759ffdb..de280ac5be4 100644
--- a/lisp/progmodes/pascal.el
+++ b/lisp/progmodes/pascal.el
@@ -1,25 +1,25 @@
1;;; pascal.el - Major mode for editing pascal source in emacs. 1;;; pascal.el --- major mode for editing pascal source in Emacs
2 2
3;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;;; Author: Espen Skoglund (espensk@stud.cs.uit.no) 5;; Author: Espen Skoglund (espensk@stud.cs.uit.no)
6;;; Keywords: languages 6;; Keywords: languages
7 7
8;;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
10;;; This program is free software; you can redistribute it and/or modify 10;; This program is free software; you can redistribute it and/or modify
11;;; 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
12;;; the Free Software Foundation; either version 2 of the License, or 12;; the Free Software Foundation; either version 2 of the License, or
13;;; (at your option) any later version. 13;; (at your option) any later version.
14 14
15;;; This program is distributed in the hope that it will be useful, 15;; This program is distributed in the hope that it will be useful,
16;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18;;; GNU General Public License for more details. 18;; GNU General Public License for more details.
19 19
20;;; You should have received a copy of the GNU General Public License 20;; You should have received a copy of the GNU General Public License
21;;; along with this program; if not, write to the Free Software 21;; along with this program; if not, write to the Free Software
22;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 22;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 23
24;;; Commentary: 24;;; Commentary:
25 25
diff --git a/lisp/rcompile.el b/lisp/rcompile.el
index b141995f69a..6f41a3b1138 100644
--- a/lisp/rcompile.el
+++ b/lisp/rcompile.el
@@ -1,4 +1,4 @@
1;;; rcompile.el Run a compilation on a remote machine 1;;; rcompile.el --- run a compilation on a remote machine
2 2
3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4 4
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el
index 48318c5ac87..80859984865 100644
--- a/lisp/shadowfile.el
+++ b/lisp/shadowfile.el
@@ -1,28 +1,30 @@
1;;; shadowfile.el --- automatic file copying for Emacs 19 1;;; shadowfile.el --- automatic file copying for Emacs 19
2 2
3;;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> 3;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
4;;; Keywords: comm
5 4
6;;; Copyright (c) 1993, 1994 Free Software Foundation 5;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu>
7;;; 6;; Keywords: comm
8;;; This program is free software; you can redistribute it and/or modify 7
9;;; it under the terms of the GNU General Public License as published by 8;; This file is part of GNU Emacs.
10;;; the Free Software Foundation; either version 2, or (at your option) 9
11;;; any later version. 10;; GNU Emacs is free software; you can redistribute it and/or modify
12;;; 11;; it under the terms of the GNU General Public License as published by
13;;; This program is distributed in the hope that it will be useful, 12;; the Free Software Foundation; either version 2, or (at your option)
14;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 13;; any later version.
15;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14
16;;; GNU General Public License for more details. 15;; GNU Emacs is distributed in the hope that it will be useful,
17;;; 16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18;;; A copy of the GNU General Public License can be obtained from this 17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19;;; program's author or from the Free Software Foundation, Inc., 675 18;; GNU General Public License for more details.
20;;; Mass Ave, Cambridge, MA 02139, USA. 19
20;; You should have received a copy of the GNU General Public License
21;; along with GNU Emacs; see the file COPYING. If not, write to
22;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 23
22;;; LCD Archive Entry: 24;;; LCD Archive Entry:
23;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu| 25;;; shadowfile|Boris Goldowsky|boris@gnu.ai.mit.edu|
24;;; Helps you keep identical copies of files in multiple places.| 26;;; Helps you keep identical copies of files in multiple places.|
25;;; $Date: 1995/06/05 20:41:03 $ |$Revision: 1.4 $|~/misc/shadowfile.el.Z| 27;;; $Date: 1995/10/30 17:22:28 $ |$Revision: 1.5 $|~/misc/shadowfile.el.Z|
26 28
27;;; Commentary: 29;;; Commentary:
28;;; 30;;;
diff --git a/lisp/term.el b/lisp/term.el
index 1d340883841..e9c2d6dbbfc 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -1,4 +1,5 @@
1;; term.el --- general command interpreter in a window stuff 1;;; term.el --- general command interpreter in a window stuff
2
2;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc.
3 4
4;; Author: Per Bothner <bothner@cygnus.com> 5;; Author: Per Bothner <bothner@cygnus.com>
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
diff --git a/lisp/timezone.el b/lisp/timezone.el
index 58d9faa6639..8802a65411b 100644
--- a/lisp/timezone.el
+++ b/lisp/timezone.el
@@ -1,10 +1,10 @@
1;;; Timezone package for GNU Emacs 1;;; timezone.el --- time zone package for GNU Emacs
2 2
3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 4
5;;; Author: Masanobu Umeda 5;; Author: Masanobu Umeda
6;;; Maintainer: umerin@mse.kyutech.ac.jp 6;; Maintainer: umerin@mse.kyutech.ac.jp
7;;; Keywords: news 7;; Keywords: news
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 51fc76bdb4a..0fd405d0de7 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -1,4 +1,4 @@
1;;; tmm.el - text mode access to menu-bar 1;;; tmm.el --- text mode access to menu-bar
2 2
3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
4 4