aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/abbrevlist.el5
-rw-r--r--lisp/ada.el5
-rw-r--r--lisp/apropos.el5
-rw-r--r--lisp/array.el5
-rw-r--r--lisp/autoinsert.el5
-rw-r--r--lisp/buff-menu.el5
-rw-r--r--lisp/chistory.el5
-rw-r--r--lisp/compare-w.el5
-rw-r--r--lisp/completion.el1
-rw-r--r--lisp/disp-table.el6
-rw-r--r--lisp/edmacro.el5
-rw-r--r--lisp/electric.el5
-rw-r--r--lisp/emacs-lisp/backquote.el5
-rw-r--r--lisp/emacs-lisp/cl-indent.el5
-rw-r--r--lisp/emacs-lisp/cust-print.el5
-rw-r--r--lisp/emacs-lisp/debug.el5
-rw-r--r--lisp/emacs-lisp/disass.el5
-rw-r--r--lisp/emacs-lisp/float.el5
-rw-r--r--lisp/emacs-lisp/helper.el5
-rw-r--r--lisp/emacs-lisp/lisp.el5
-rw-r--r--lisp/emacs-lisp/profile.el5
-rw-r--r--lisp/emulation/mlconvert.el5
-rw-r--r--lisp/find-gc.el5
-rw-r--r--lisp/float-sup.el5
-rw-r--r--lisp/ftp.el5
-rw-r--r--lisp/gosmacs.el5
-rw-r--r--lisp/grow-vers.el5
-rw-r--r--lisp/inc-vers.el5
-rw-r--r--lisp/indent.el5
-rw-r--r--lisp/international/iso-ascii.el6
-rw-r--r--lisp/international/iso-insert.el6
-rw-r--r--lisp/international/iso-swed.el6
-rw-r--r--lisp/iso8859-1.el6
-rw-r--r--lisp/macros.el5
-rw-r--r--lisp/mail/emacsbug.el5
-rw-r--r--lisp/mail/mail-utils.el5
-rw-r--r--lisp/mail/rfc822.el5
-rw-r--r--lisp/mail/rmailedit.el5
-rw-r--r--lisp/mail/rmailkwd.el5
-rw-r--r--lisp/mail/rmailmsc.el5
-rw-r--r--lisp/mail/rmailout.el5
-rw-r--r--lisp/mail/rmailsort.el5
-rw-r--r--lisp/mail/rmailsum.el5
-rw-r--r--lisp/mail/rnews.el5
-rw-r--r--lisp/makesum.el5
-rw-r--r--lisp/man.el5
-rw-r--r--lisp/mim-mode.el5
-rw-r--r--lisp/mim-syntax.el5
-rw-r--r--lisp/misc.el5
-rw-r--r--lisp/novice.el5
-rw-r--r--lisp/options.el5
-rw-r--r--lisp/play/blackbox.el5
-rw-r--r--lisp/play/dissociate.el5
-rw-r--r--lisp/play/doctor.el5
-rw-r--r--lisp/play/hanoi.el1
-rw-r--r--lisp/progmodes/awk-mode.el5
-rw-r--r--lisp/progmodes/cmacexp.el5
-rw-r--r--lisp/progmodes/fortran.el5
-rw-r--r--lisp/progmodes/icon.el5
-rw-r--r--lisp/progmodes/prolog.el5
-rw-r--r--lisp/rect.el5
-rw-r--r--lisp/register.el5
-rw-r--r--lisp/resume.el5
-rw-r--r--lisp/rot13.el5
-rw-r--r--lisp/term/bg-mouse.el5
-rw-r--r--lisp/textmodes/bib-mode.el5
-rw-r--r--lisp/textmodes/bibtex.el4
-rw-r--r--lisp/textmodes/ispell4.el5
-rw-r--r--lisp/textmodes/nroff-mode.el5
-rw-r--r--lisp/textmodes/ooutline.el5
-rw-r--r--lisp/textmodes/page-ext.el5
-rw-r--r--lisp/textmodes/paragraphs.el5
-rw-r--r--lisp/textmodes/refbib.el5
-rw-r--r--lisp/textmodes/scribe.el5
74 files changed, 148 insertions, 218 deletions
diff --git a/lisp/abbrevlist.el b/lisp/abbrevlist.el
index 4db719486c..7b54f5f039 100644
--- a/lisp/abbrevlist.el
+++ b/lisp/abbrevlist.el
@@ -1,10 +1,9 @@
;;; abbrevlist.el --- list one abbrev table alphabetically ordered.
-;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
;; Copyright (C) 1986, 1992 Free Software Foundation, Inc.
;; Suggested by a previous version by Gildea.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
diff --git a/lisp/ada.el b/lisp/ada.el
index f374631399..e93d36fdd1 100644
--- a/lisp/ada.el
+++ b/lisp/ada.el
@@ -1,11 +1,10 @@
;;; ada.el --- Ada editing support package in GNUlisp. v1.0
+;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+
;; Author: Vincent Broman <[email protected]>
-;; Last-Modified: 30 Jan 1991
;; Keywords: languages
-;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/apropos.el b/lisp/apropos.el
index f92352885a..8b3f2857fb 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -1,11 +1,10 @@
;;; apropos.el --- faster apropos commands.
+;; Copyright (C) 1989 Free Software Foundation, Inc.
+
;; Author: Joe Wells <[email protected]>
-;; Last-Modified: 5 May 1989
;; Keyword: help
-;; Copyright (C) 1989 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/array.el b/lisp/array.el
index 17190b35bc..24418c1091 100644
--- a/lisp/array.el
+++ b/lisp/array.el
@@ -1,12 +1,11 @@
;;; array.el --- array editing commands for Gnu Emacs
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
;; Author David M. Brown
;; Maintainer: FSF
-;; Last-Modified: 30 Jan 1991
;; Keyword: extensions
-;; Copyright (C) 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index ca583bb078..1046aa6590 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -1,10 +1,9 @@
;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
+;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+
;; Author: Charlie Martin <[email protected]>
;; Created: 01 Jul 1988
-;; Last-Modified: 30 Jun 1992
-
-;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 3b3609ff71..3e509b5198 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -1,10 +1,9 @@
;;; buff-menu.el --- buffer menu main function and support functions.
-;; Maintainer: FSF
-;; Last-Modified: 09 Jul 1992
-
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/chistory.el b/lisp/chistory.el
index e6871f53e4..403fb0b24e 100644
--- a/lisp/chistory.el
+++ b/lisp/chistory.el
@@ -1,10 +1,9 @@
;;; chistory.el --- list command history
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1985 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/compare-w.el b/lisp/compare-w.el
index f244e1d1f7..13b7d4d179 100644
--- a/lisp/compare-w.el
+++ b/lisp/compare-w.el
@@ -1,10 +1,9 @@
;;; compare-w.el --- compare text between windows for Emacs.
-;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
;; Copyright (C) 1986, 1989 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/completion.el b/lisp/completion.el
index c137f65d05..65e8496c56 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -1,7 +1,6 @@
;;; completion.el --- dynamic word-completion code
;; Maintainer: [email protected]
-;; Last-Modified: 30 Jun 1992
;;; Commentary:
diff --git a/lisp/disp-table.el b/lisp/disp-table.el
index 88366207a5..d4ef664966 100644
--- a/lisp/disp-table.el
+++ b/lisp/disp-table.el
@@ -1,10 +1,10 @@
;;; disp-table.el --- functions for dealing with char tables.
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
;; Author: Howard Gayle
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Keywords: i14n
;; This file is part of GNU Emacs.
diff --git a/lisp/edmacro.el b/lisp/edmacro.el
index 4d92b45b89..80bc13da17 100644
--- a/lisp/edmacro.el
+++ b/lisp/edmacro.el
@@ -1,11 +1,10 @@
;;; edmacro.el --- keyboard macro editor
+;; Copyright (C) 1990 Free Software Foundation, Inc.
+
;; Author: Dave Gillespie <[email protected]>
;; Maintainer: FSF
;; Version: 1.02
-;; Last-Modified: 09 May 1991
-
-;; Copyright (C) 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/electric.el b/lisp/electric.el
index 0a078e4ca2..a3626a007e 100644
--- a/lisp/electric.el
+++ b/lisp/electric.el
@@ -1,12 +1,11 @@
;;; electric.el --- window maker and Command loop for `electric' modes.
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 09 Jun 1992
;; Keywords: extensions
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 1a7fe425ea..58cc760e33 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,11 +1,10 @@
;; backquote.el --- backquoting for Emacs Lisp macros
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: Dick King (king@kestrel).
-;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index f2654a7141..537b16e691 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -1,12 +1,11 @@
;;; cl-indent.el --- enhanced lisp-indent mode
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Written by Richard Mlynarik July 1987
;; Author: Richard Mlynark <[email protected]>
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: lisp, tools
-;; Copyright (C) 1987 Free Software Foundation, Inc.
-;; Written by Richard Mlynarik July 1987
;; This file is part of GNU Emacs.
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el
index f4d46185e6..da14363d97 100644
--- a/lisp/emacs-lisp/cust-print.el
+++ b/lisp/emacs-lisp/cust-print.el
@@ -1,13 +1,12 @@
;; cust-print.el -- handles print-level and print-circle.
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Daniel LaLiberte <[email protected]>
;; Version: 1.0
-;; Last-Modified: 17 Mar 1992
;; Adapted-By: ESR
;; Keyword: extensions
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 07fe87adbd..ad0e1bac10 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -1,11 +1,10 @@
;;; debug.el --- debuggers and related commands for Emacs
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 08 Jan 1992
;; Keyword: lisp, tools
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el
index f2527584a9..da1d2a91fe 100644
--- a/lisp/emacs-lisp/disass.el
+++ b/lisp/emacs-lisp/disass.el
@@ -1,13 +1,12 @@
;;; disass.el --- disassembler for compiled Emacs Lisp code
+;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
+
;; Author: Doug Cutting <[email protected]>
;; Jamie Zawinski <[email protected]>
;; Maintainer: Jamie Zawinski <[email protected]>
-;; Last-Modified: 22 Oct 91
;; Keyword: internal
-;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el
index 400d87ad36..f6e7bb7497 100644
--- a/lisp/emacs-lisp/float.el
+++ b/lisp/emacs-lisp/float.el
@@ -1,12 +1,11 @@
;;; float.el --- floating point arithmetic package.
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
;; Author: Bill Rosenblatt
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el
index 6f513099ae..66dab22b1a 100644
--- a/lisp/emacs-lisp/helper.el
+++ b/lisp/emacs-lisp/helper.el
@@ -1,12 +1,11 @@
;;; helper.el --- utility help package supporting help in electric modes
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1991
;; Keywords: help
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el
index 5d23d10786..1bf57e1d68 100644
--- a/lisp/emacs-lisp/lisp.el
+++ b/lisp/emacs-lisp/lisp.el
@@ -1,11 +1,10 @@
;;; lisp.el --- Lisp editing commands for Emacs
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 12 Mar 1992
;; Keyword: lisp, languages
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el
index b5ad14e15f..cb2a2bc3a9 100644
--- a/lisp/emacs-lisp/profile.el
+++ b/lisp/emacs-lisp/profile.el
@@ -1,14 +1,13 @@
;;; profile.el -- generate run time measurements of Emacs Lisp functions
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Boaz Ben-Zvi <[email protected]>
;; Created: 07 Feb 1992
-;; Last-Modified: 07 Feb 1992
;; Version: 1.0
;; Adapted-By: ESR
;; Keywords: lisp, tools
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emulation/mlconvert.el b/lisp/emulation/mlconvert.el
index 310654fb2b..20b51466e4 100644
--- a/lisp/emulation/mlconvert.el
+++ b/lisp/emulation/mlconvert.el
@@ -1,11 +1,10 @@
;;; mlconvert.el --- convert buffer of Mocklisp code to real lisp.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: extensions
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/find-gc.el b/lisp/find-gc.el
index 3523f9ca4e..38088a3ba5 100644
--- a/lisp/find-gc.el
+++ b/lisp/find-gc.el
@@ -1,10 +1,9 @@
;;; find-gc.el --- detect functions that call the garbage collector
-;; Maintainer: FSF
-;; Last-Modified: 21 Nov 1990
-
;; Copyright (C) 1992 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/float-sup.el b/lisp/float-sup.el
index e4cb195fbc..bd0d8a444b 100644
--- a/lisp/float-sup.el
+++ b/lisp/float-sup.el
@@ -1,10 +1,9 @@
;;; float-sup.el --- detect absence of floating-point support in Emacs runtime
-;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/ftp.el b/lisp/ftp.el
index 2d051e1195..01186dda27 100644
--- a/lisp/ftp.el
+++ b/lisp/ftp.el
@@ -1,10 +1,9 @@
;;; ftp.el --- file input and output over Internet using FTP
-;; Author: Richard Mlynarik <[email protected]>
-;; Last-Modified: 05 May 1992
-
;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Author: Richard Mlynarik <[email protected]>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/gosmacs.el b/lisp/gosmacs.el
index 060699e7d5..fe136b0292 100644
--- a/lisp/gosmacs.el
+++ b/lisp/gosmacs.el
@@ -1,11 +1,10 @@
;;; gosmacs.el --- rebindings to imitate Gosmacs.
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: emulations
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/grow-vers.el b/lisp/grow-vers.el
index 11c6fe0233..a7d03dd00b 100644
--- a/lisp/grow-vers.el
+++ b/lisp/grow-vers.el
@@ -1,11 +1,10 @@
;;; grow-vers.el --- increment Emacs version number
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: internal
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/inc-vers.el b/lisp/inc-vers.el
index 514aac3f10..008811f54c 100644
--- a/lisp/inc-vers.el
+++ b/lisp/inc-vers.el
@@ -1,11 +1,10 @@
;;; inc-vers.el --- load this to increment the recorded Emacs version number.
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: internal
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/indent.el b/lisp/indent.el
index 3f5d5fe815..732daa4782 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -1,10 +1,9 @@
;;; indent.el --- indentation commands for Emacs
-;; Maintainer: FSF
-;; Last-Modified: 09 Jul 1992
-
;; Copyright (C) 1985 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/international/iso-ascii.el b/lisp/international/iso-ascii.el
index 2a7417d7cd..3e1605eb9f 100644
--- a/lisp/international/iso-ascii.el
+++ b/lisp/international/iso-ascii.el
@@ -1,10 +1,10 @@
;;; iso-ascii.el --- set up char tables for ISO 8859/1 on ASCII terminals.
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
;; Author: Howard Gayle
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Keywords: i14n
;; This file is part of GNU Emacs.
diff --git a/lisp/international/iso-insert.el b/lisp/international/iso-insert.el
index be653bed52..efe7e0cd3c 100644
--- a/lisp/international/iso-insert.el
+++ b/lisp/international/iso-insert.el
@@ -1,10 +1,10 @@
;;; iso-insert.el --- insert functions for ISO 8859/1.
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
;; Author: Howard Gayle
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Keywords: i14n
;; This file is part of GNU Emacs.
diff --git a/lisp/international/iso-swed.el b/lisp/international/iso-swed.el
index 7d16f1d9a1..a39c70c370 100644
--- a/lisp/international/iso-swed.el
+++ b/lisp/international/iso-swed.el
@@ -1,10 +1,10 @@
;;; iso-swed.el --- set up char tables for ISO 8859/1 for Swedish/Finnish ttys
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+
;; Author: Howard Gayle
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Keywords: i14n
;; This file is part of GNU Emacs.
diff --git a/lisp/iso8859-1.el b/lisp/iso8859-1.el
index 3939bcab6a..4a3c9f9ce1 100644
--- a/lisp/iso8859-1.el
+++ b/lisp/iso8859-1.el
@@ -1,10 +1,10 @@
;; iso8859-1.el --- set up case-conversion and syntax tables for ISO 8859/1
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
;; Author: Howard Gayle
;; Maintainer: FSF
-;; Last-Modified: 24 Jun 1992
-
-;; Copyright (C) 1988 Free Software Foundation, Inc.
+;; Keywords: i14n
;; This file is part of GNU Emacs.
diff --git a/lisp/macros.el b/lisp/macros.el
index 74fdff6f7f..f3f8181586 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -1,10 +1,9 @@
;;; macros.el --- non-primitive commands for keyboard macros.
-;; Maintainer: FSF
-;; Last-Modified: 05 Nov 1991
-
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index a450af90a8..e8392c095a 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -1,12 +1,11 @@
;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 21 Dec 1991
;; Not fully installed because it can work only on Internet hosts.
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el
index 6cff8b2f25..d165dc6d75 100644
--- a/lisp/mail/mail-utils.el
+++ b/lisp/mail/mail-utils.el
@@ -1,11 +1,10 @@
;;; mail-utils.el --- utility functions used both by rmail and rnews
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
;; Keywords: mail, news
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index 13f87d4fce..f23f3029a1 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -1,12 +1,11 @@
;;; rfc822.el --- hairy rfc822 parser for mail and news and suchlike
+;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
+
;; Author: Richard Mlynarik <[email protected]>
;; Maintainer: FSF
-;; Last-Modified: 26 Nov 1990
;; Keywords: mail
-;; Copyright (C) 1986, 87, 1990 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 5edb34c8c4..86e0f251f2 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -1,11 +1,10 @@
;;; rmailedit.el --- "RMAIL edit mode" Edit the current message.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 31 Jul 1991
;; Keywords: mail
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailkwd.el b/lisp/mail/rmailkwd.el
index 0d4a87588d..adc750b632 100644
--- a/lisp/mail/rmailkwd.el
+++ b/lisp/mail/rmailkwd.el
@@ -1,11 +1,10 @@
;;; rmailkwd.el --- part of the "RMAIL" mail reader for Emacs.
+;; Copyright (C) 1985, 1988 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: mail
-;; Copyright (C) 1985, 1988 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el
index 3d1df761b4..c440738396 100644
--- a/lisp/mail/rmailmsc.el
+++ b/lisp/mail/rmailmsc.el
@@ -1,11 +1,10 @@
;;; rmailmsc.el --- miscellaneous support functions for the RMAIL mail reader
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: mail
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index bc0b4dd73c..92218c3dd8 100644
--- a/lisp/mail/rmailout.el
+++ b/lisp/mail/rmailout.el
@@ -1,11 +1,10 @@
;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
+;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 01 Mar 1991
;; Keywords: mail
-;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index 02c5215930..397e2d62f5 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -1,10 +1,9 @@
;;; rmailsort.el --- Rmail: sort messages.
-;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
+;; Copyright (C) 1990 Free Software Foundation, Inc.
+
;; Keywords: mail
-;; Copyright (C) 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index f9b6e7372c..d4ed1a1745 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -1,11 +1,10 @@
;;; rmailsum.el --- "RMAIL" mail reader for Emacs.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 30 Nov 1990
;; Keywords: mail
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index 13455efe7c..d699bc55f7 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -1,11 +1,10 @@
;;; rnews.el --- USENET news reader for gnu emacs
+;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
;; Keywords: news
-;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/makesum.el b/lisp/makesum.el
index 592d44f798..0808501f4e 100644
--- a/lisp/makesum.el
+++ b/lisp/makesum.el
@@ -1,11 +1,10 @@
;;; makesum.el --- generate key binding summary for Emacs
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: help
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/man.el b/lisp/man.el
index aaffb95adc..5a7423e82f 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1,11 +1,10 @@
;;; man.el --- read in and display parts of Unix manual.
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 21 Dec 1991
;; Keywords: unix
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mim-mode.el b/lisp/mim-mode.el
index 1a32c15a32..25d60d947e 100644
--- a/lisp/mim-mode.el
+++ b/lisp/mim-mode.el
@@ -1,12 +1,11 @@
;;; mim-mode.el --- Mim (MDL in MDL) mode.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: languages
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/mim-syntax.el b/lisp/mim-syntax.el
index 8375603434..beb8d330a3 100644
--- a/lisp/mim-syntax.el
+++ b/lisp/mim-syntax.el
@@ -1,12 +1,11 @@
;;; mim-syntax.el --- syntax checker for Mim (MDL).
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
;; Keywords: languages
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/misc.el b/lisp/misc.el
index ebdf52806f..0c5b865fe3 100644
--- a/lisp/misc.el
+++ b/lisp/misc.el
@@ -1,10 +1,9 @@
;;; misc.el --- basic editing commands for Emacs
-;; Maintainer: FSF
-;; Last-Modified: 31 Oct 1989
-
;; Copyright (C) 1989 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/novice.el b/lisp/novice.el
index cc8930443c..95576d72b0 100644
--- a/lisp/novice.el
+++ b/lisp/novice.el
@@ -1,11 +1,10 @@
;;; novice.el --- handling of disabled commands ("novice mode") for Emacs.
+;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 22 May 1991
;; Keywords: internal, help
-;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/options.el b/lisp/options.el
index be6432c1c5..0b831a5ad5 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -1,10 +1,9 @@
;;; options.el --- edit Options command for Emacs.
-;; Maintainer: FSF
-;; Last-Modified: 10 Apr 1991
-
;; Copyright (C) 1985 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el
index acca97d233..2034b7d797 100644
--- a/lisp/play/blackbox.el
+++ b/lisp/play/blackbox.el
@@ -1,12 +1,11 @@
;;; blackbox.el --- blackbox game in Emacs Lisp
+;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
+
;; Author: F. Thomas May <[email protected]>
-;; Last-Modified: 24 Jun 1992
;; Adapted-By: ESR
;; Keywords: games
-;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el
index b0998320f7..d399212a44 100644
--- a/lisp/play/dissociate.el
+++ b/lisp/play/dissociate.el
@@ -1,11 +1,10 @@
;;; dissociate.el --- scramble text amusingly for Emacs.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: games
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el
index 5d6a437e07..315c4cc11f 100644
--- a/lisp/play/doctor.el
+++ b/lisp/play/doctor.el
@@ -1,11 +1,10 @@
;;; doctor.el --- psychological help for frustrated users.
+;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 24 Apr 1992
;; Keywords: games
-;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el
index edb8c0dca3..65c5afe6e6 100644
--- a/lisp/play/hanoi.el
+++ b/lisp/play/hanoi.el
@@ -2,7 +2,6 @@
;; Author: Damon Anton Permezel
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: games
; Author (a) 1985, Damon Anton Permezel
diff --git a/lisp/progmodes/awk-mode.el b/lisp/progmodes/awk-mode.el
index 3fabe5044f..5d335682dd 100644
--- a/lisp/progmodes/awk-mode.el
+++ b/lisp/progmodes/awk-mode.el
@@ -1,11 +1,10 @@
;;; awk-mode.el --- AWK code editing commands for Emacs
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keyword: unix, languages
-;; Copyright (C) 1988 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el
index 2529fbbe69..1815bcd8d3 100644
--- a/lisp/progmodes/cmacexp.el
+++ b/lisp/progmodes/cmacexp.el
@@ -1,11 +1,10 @@
;;; cmacexp.el --- C macro expansion
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 17 Apr 1992
;; Keywords: c
-;; Copyright (C) 1988 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index c0a1bdef6a..37bfff498e 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -1,13 +1,12 @@
;;; fortran.el --- Fortran mode for GNU Emacs
+;;; Copyright (c) 1991 Free Software Foundation, Inc.
+
;; Author: Michael D. Prange <[email protected]>
;; Maintainer: [email protected]
;; Version 1.28.3
-;; Last-Modified: 15 Jul 1991
;; Keywords: languages
-;;; Copyright (c) 1991 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el
index 8f2c644b19..2a2f5a9dcd 100644
--- a/lisp/progmodes/icon.el
+++ b/lisp/progmodes/icon.el
@@ -1,12 +1,11 @@
;;; icon.el --- mode for editing Icon code
+;; Copyright (C) 1989 Free Software Foundation, Inc.
+
;; Author: Chris Smith <convex!csmith>
;; Created: 15 Feb 89
-;; Last-Modified: 06 Mar 1991
;; Keywords: languages
-;; Copyright (C) 1989 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index cbbf4ecd51..35472d9d58 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -1,11 +1,10 @@
;;; prolog.el --- major mode for editing and running Prolog under Emacs
+;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
+
;; Author: Masanobu UMEDA <[email protected]>
-;; Last-Modified: 08 May 1989
;; Keywords: languages
-;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/rect.el b/lisp/rect.el
index e3021877e0..34ec7d23b2 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -1,11 +1,10 @@
;;; rect.el --- rectangle functions for GNU Emacs.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: internal
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/register.el b/lisp/register.el
index b12beb056e..0921af97b1 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -1,11 +1,10 @@
;;; register.el --- register commands for Emacs.
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 Jul 1992
;; Keywords: internal
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/resume.el b/lisp/resume.el
index 13357c75d6..f2bb81cd23 100644
--- a/lisp/resume.el
+++ b/lisp/resume.el
@@ -1,12 +1,11 @@
;;; resume.el --- process command line args from within a suspended Emacs job
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Joe Wells <[email protected]>
-;; Last-Modified: Tue Jun 13 1989
;; Adapted-By: ESR
;; Keywords: processes
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/rot13.el b/lisp/rot13.el
index 939539b49e..30c1b3d41a 100644
--- a/lisp/rot13.el
+++ b/lisp/rot13.el
@@ -1,10 +1,9 @@
;;; rot13.el --- display a buffer in rot13.
+;; Copyright (C) 1988 Free Software Foundation, Inc.
+
;; Author: Howard Gayle:
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
-
-;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/term/bg-mouse.el b/lisp/term/bg-mouse.el
index 4496f0ec4f..ca3b447de3 100644
--- a/lisp/term/bg-mouse.el
+++ b/lisp/term/bg-mouse.el
@@ -1,13 +1,12 @@
;;; bg-mouse.el --- GNU Emacs code for BBN Bitgraph mouse.
+;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
+
;; Author: John Robinson <[email protected]>
;; Stephen Gildea <[email protected]>
;; Maintainer: FSF
-;; Last-Modified: 14 Jul 1992
;; Keywords: hardware
-;; Copyright (C) Free Software Foundation, Inc. Oct 1985.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/bib-mode.el b/lisp/textmodes/bib-mode.el
index 22110bb4af..5a9bd6e0e6 100644
--- a/lisp/textmodes/bib-mode.el
+++ b/lisp/textmodes/bib-mode.el
@@ -1,11 +1,10 @@
;;; bib-mode.el --- bib-mode, major mode for editing bib files.
+;; Copyright (C) 1989 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
;; Keywords: bib
-;; Copyright (C) 1989 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 2fd9889ff3..9e5671ff69 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -1,5 +1,7 @@
;;; bibtex.el --- BibTeX mode for GNU Emacs
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Bengt Martensson <ubrinf!mond!bengt>
;; Mark Shapiro <[email protected]>
;; Mike Newton <[email protected]>
@@ -7,8 +9,6 @@
;; Maintainer: Mark Shapiro <[email protected]>
;; Keywords: tex, bib
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/ispell4.el b/lisp/textmodes/ispell4.el
index c32eaf4447..4c5058fb3a 100644
--- a/lisp/textmodes/ispell4.el
+++ b/lisp/textmodes/ispell4.el
@@ -1,10 +1,7 @@
;;; ispell.el --- this is the GNU EMACS interface to GNU ISPELL version 3.
-;; Maintainer: FSF
-;; Last-Modified: 02 Jun 1992
-
;;Copyright (C) 1990, 1991 Free Software Foundation, Inc.
-;;
+
;;This file is part of GNU Emacs.
;;
;;GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/nroff-mode.el b/lisp/textmodes/nroff-mode.el
index 0368a2fceb..bc2013412d 100644
--- a/lisp/textmodes/nroff-mode.el
+++ b/lisp/textmodes/nroff-mode.el
@@ -1,11 +1,10 @@
;;; nroff-mode.el --- GNU Emacs major mode for editing nroff source
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: wp
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/ooutline.el b/lisp/textmodes/ooutline.el
index 036e5d6bb6..1712f4b568 100644
--- a/lisp/textmodes/ooutline.el
+++ b/lisp/textmodes/ooutline.el
@@ -1,10 +1,9 @@
;;; outline.el --- outline mode commands for Emacs
-;; Maintainer: FSF
-;; Last-Modified: 10 Apr 1991
-
;; Copyright (C) 1986 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el
index 53953cb65b..a351dcb5e3 100644
--- a/lisp/textmodes/page-ext.el
+++ b/lisp/textmodes/page-ext.el
@@ -1,10 +1,9 @@
;;; page-ext.el --- page handling commands
-;; Author: Robert J. Chassell <[email protected]>
-;; Last-Modified: 10 Apr 1991
-
;;; Copyright (C) 1990 Free Software Foundation
+;; Author: Robert J. Chassell <[email protected]>
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 8376a70ed0..66e48080bb 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -1,11 +1,10 @@
;;; paragraphs.el --- paragraph and sentence parsing.
+;; Copyright (C) 1985, 86, 87, 1991 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 13 May 1991
;; Keywords: wp
-;; Copyright (C) 1985, 86, 87, 1991 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/refbib.el b/lisp/textmodes/refbib.el
index 31b63da771..d8344df54d 100644
--- a/lisp/textmodes/refbib.el
+++ b/lisp/textmodes/refbib.el
@@ -1,11 +1,10 @@
;;; refbib.el --- convert refer-style references to ones usable by Latex bib
+;; Copyright (C) 1989 Free Software Foundation, Inc.
+
;; Author: Henry Kautz <[email protected]>
-;; Last-Modified: 16 Mar 1992
;; Keywords: bib, tex
-;; Copyright (C) 1989 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/textmodes/scribe.el b/lisp/textmodes/scribe.el
index 1765d91a15..891c67ea31 100644
--- a/lisp/textmodes/scribe.el
+++ b/lisp/textmodes/scribe.el
@@ -1,10 +1,9 @@
;;; scribe.el --- scribe mode, and its idiosyncratic commands.
-;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
-
;; Copyright (C) 1985 Free Software Foundation, Inc.
+;; Maintainer: FSF
+
;; This file might become part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,