aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-10-30 17:35:01 +0000
committerRichard M. Stallman <[email protected]>1995-10-30 17:35:01 +0000
commitbe010748989d2be1af4eaa5e602f4cf49d37bf26 (patch)
tree787be8f0e6f74109e30b02ac8c107b3fe201181f /lisp
parentad837797de652021a470c5a5c0f1165709df7528 (diff)
Comment change.
Diffstat (limited to 'lisp')
-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 05d99cc889..0da86f6a3a 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -1,4 +1,4 @@
-;;;_* allout.el - Extensive outline mode for use alone and with other modes.
+;;; allout.el --- Extensive outline mode for use alone and with other modes.
;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/auto-show.el b/lisp/auto-show.el
index ce36b2e73d..2cae3c334e 100644
--- a/lisp/auto-show.el
+++ b/lisp/auto-show.el
@@ -1,3 +1,4 @@
+;;; auto-show.el --- perform automatic horizontal scrolling as point moves
;;; This file is in the public domain.
;;; Keywords: scroll display minor-mode
diff --git a/lisp/avoid.el b/lisp/avoid.el
index d93bc762e7..d75ca2c961 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -1,4 +1,4 @@
-;;; avoid.el -- make mouse pointer stay out of the way of editing.
+;;; avoid.el --- make mouse pointer stay out of the way of editing
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/bytecpat.el b/lisp/bytecpat.el
index e7c8652a5c..1698b2659b 100644
--- a/lisp/bytecpat.el
+++ b/lisp/bytecpat.el
@@ -1,3 +1,4 @@
+;;; bytecpat.el --- do recompilation for Emacs patch files.
;;; This function is used by the patch files to update Emacs releases.
(defun batch-byte-recompile-emacs ()
diff --git a/lisp/cdl.el b/lisp/cdl.el
index fa94386d4b..111c5328d8 100644
--- a/lisp/cdl.el
+++ b/lisp/cdl.el
@@ -1,4 +1,4 @@
-;;; cdl.el -- Common Data Language (CDL) utility functions for Gnu Emacs
+;;; cdl.el --- Common Data Language (CDL) utility functions for Gnu Emacs
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/complete.el b/lisp/complete.el
index 5e187f50f6..3230524e73 100644
--- a/lisp/complete.el
+++ b/lisp/complete.el
@@ -1,4 +1,4 @@
-;; complete.el -- partial completion mechanism plus other goodies.
+;;; complete.el -- partial completion mechanism plus other goodies
;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
diff --git a/lisp/docref.el b/lisp/docref.el
index 2a7b2a65b6..2dfc1def06 100644
--- a/lisp/docref.el
+++ b/lisp/docref.el
@@ -1,4 +1,4 @@
-;;; docref.el -- Simple cross references for Elisp documentation strings
+;;; docref.el --- Simple cross references for Elisp documentation strings
;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: Vadim Geshel <[email protected]>
diff --git a/lisp/double.el b/lisp/double.el
index 810babd28c..403b5a2242 100644
--- a/lisp/double.el
+++ b/lisp/double.el
@@ -1,4 +1,4 @@
-;;; double.el - Support for keyboard remapping with double clicking.
+;;; double.el --- Support for keyboard remapping with double clicking
;; Copyright (C) 1994 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index b625fdb979..3d1320bda1 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,12 +1,11 @@
-;;; New backquote for GNU Emacs.
+;;; backquote.el -- implement the ` Lisp construct
;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
;; Author: Rick Sladkey <[email protected]>
;; Maintainer: FSF
;; Keywords: extensions, internal
-;; This file is not part of GNU Emacs but is distributed under
-;; the same conditions as GNU Emacs.
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -22,19 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-;; This is a new backquote for GNU Emacs written by
-;; Rick Sladkey <[email protected]>. It has the following
-;; features compared to the version 18 backquote:
-
-;; Correctly handles nested backquotes.
-;; Correctly handles constants after a splice.
-;; Correctly handles top-level atoms and unquotes.
-;; Correctly handles unquote after dot.
-;; Understands vectors.
-;; Minimizes gratuitous consing.
-;; Faster operation with simpler semantics.
-;; Generates faster run-time expressions.
-;; One third fewer calories than our regular beer.
+;;; Commentary:
;; This backquote will generate calls to the backquote-list* form.
;; 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 75fabed7aa..7ecac89190 100644
--- a/lisp/emacs-lisp/cl-compat.el
+++ b/lisp/emacs-lisp/cl-compat.el
@@ -1,4 +1,4 @@
-;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
+;;; cl-compat.el --- Common Lisp extensions for GNU Emacs Lisp (compatibility)
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/cl-extra.el b/lisp/emacs-lisp/cl-extra.el
index d57f10b245..d60b277bca 100644
--- a/lisp/emacs-lisp/cl-extra.el
+++ b/lisp/emacs-lisp/cl-extra.el
@@ -1,4 +1,4 @@
-;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two)
+;;; cl-extra.el --- Common Lisp extensions for GNU Emacs Lisp (part two)
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index ba13691313..9b00456db5 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -1,4 +1,4 @@
-;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four)
+;;; cl-macs.el --- Common Lisp extensions for GNU Emacs Lisp (part four)
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el
index 545f4f4e7e..7f21d5453f 100644
--- a/lisp/emacs-lisp/cl-seq.el
+++ b/lisp/emacs-lisp/cl-seq.el
@@ -1,4 +1,4 @@
-;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three)
+;;; cl-seq.el --- Common Lisp extensions for GNU Emacs Lisp (part three)
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/cl-specs.el b/lisp/emacs-lisp/cl-specs.el
index e90ca40798..9bb79ea79a 100644
--- a/lisp/emacs-lisp/cl-specs.el
+++ b/lisp/emacs-lisp/cl-specs.el
@@ -1,4 +1,4 @@
-;;; cl-specs.el - Edebug specs for cl.el
+;;; cl-specs.el --- Edebug specs for cl.el
;; Copyright (C) 1993 Free Software Foundation, Inc.
;; Author: Daniel LaLiberte <[email protected]>
@@ -7,7 +7,7 @@
;; LCD Archive Entry:
;; cl-specs.el|Daniel LaLiberte|[email protected]
;; |Edebug specs for cl.el
-;; |$Date: 1994/04/05 20:52:43 $|1.1|
+;; |$Date: 1995/04/19 00:47:42 $|1.1|
;; This file is part of GNU Emacs.
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 34075ab1fb..4ede1e5f7b 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -1,4 +1,4 @@
-;; cl.el --- Common Lisp extensions for GNU Emacs Lisp
+;;; cl.el --- Common Lisp extensions for GNU Emacs Lisp
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index d6327d9a7e..a4f4d15665 100644
--- a/lisp/emacs-lisp/pp.el
+++ b/lisp/emacs-lisp/pp.el
@@ -1,4 +1,4 @@
-;; pp.el --- pretty printer for Emacs Lisp
+;;; pp.el --- pretty printer for Emacs Lisp
;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
;; Author: Randal Schwartz <[email protected]>
diff --git a/lisp/emacs-lock.el b/lisp/emacs-lock.el
index 2a0f3a04f3..c0495bb835 100644
--- a/lisp/emacs-lock.el
+++ b/lisp/emacs-lock.el
@@ -1,4 +1,4 @@
-;;; emacs-lock.el --- Prevents you from exiting emacs if a buffer is locked
+;;; emacs-lock.el --- prevents you from exiting emacs if a buffer is locked
;; Copyright (C) 1994 Free Software Foundation, Inc
;;
;; Author: Tom Wurgler <[email protected]>
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index 2f7787a203..a88646616d 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -1,8 +1,5 @@
-;;; File: edt-lk201.el --- Enhanced EDT Keypad Mode Emulation
-;;; for LK-201 Keyboards
-;;;
-;;; For GNU Emacs 19
-;;
+;;; edt-lk201.el --- Enhanced EDT Keypad Mode Emulation for LK-201 Keyboards
+
;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <[email protected]>
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index 2e54272ba6..9b7d53e6c7 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -1,6 +1,4 @@
-;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs.
-
-;;; For GNU Emacs 19
+;;; edt-mapper.el --- Create an EDT LK-201 Map File for X-Windows Emacs
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index a7c472f5c0..5fae49e4b2 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -1,8 +1,5 @@
-;;; File: edt-pc.el --- Enhanced EDT Keypad Mode Emulation
-;;; for PC 101 Keyboards
-;;;
-;;; For GNU Emacs 19
-;;
+;;; edt-pc.el --- Enhanced EDT Keypad Mode Emulation for PC 101 Keyboards
+
;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <[email protected]>
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el
index 7dd5df400c..2fa82c4d5e 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -1,9 +1,5 @@
-;;; File: edt-vt100.el --- Enhanced EDT Keypad Mode Emulation
-;;; for VT Series Terminals
-;;;
-;;; For GNU Emacs 19
-;;;
-;;
+;;; edt-vt100.el --- Enhanced EDT Keypad Mode Emulation for VT Series Terminals
+
;; Copyright (C) 1986, 1992, 1993, 1995 Free Software Foundation, Inc.
;; Author: Kevin Gallagher <[email protected]>
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 8c8607f365..19ed0949be 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -1,4 +1,4 @@
-;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19
+;;; edt.el --- Enhanced EDT Keypad Mode Emulation for GNU Emacs 19
;; Copyright (C) 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index d4dd7ab9d3..c7fe75d7a0 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -1,4 +1,4 @@
-;;; pc-mode.el emulate Windows/Mac/Motif selection keys
+;;; pc-mode.el emulate certain key bindings used on PCs.
;; Copyright (C) 1995 Free Software Foundation, Inc.
;; Keywords: emulations
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index f4734d2e1c..7e64d443bd 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -1,4 +1,5 @@
-;;; viper-ex.el -- functions implementing the Ex commands for Viper
+;;; viper-ex.el --- functions implementing the Ex commands for Viper
+
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index da862a141d..9ff7cd83f4 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -1,4 +1,5 @@
-;;; viper-keym.el -- Main Viper keymaps
+;;; viper-keym.el --- main Viper keymaps
+
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 5b8db6a773..39130edef6 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -1,4 +1,5 @@
-;;; viper-macs.el -- functions implementing keyboard macros for Viper
+;;; viper-macs.el --- functions implementing keyboard macros for Viper
+
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index d4f134503e..c3709be1d4 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -1,4 +1,5 @@
-;;; viper-mous.el -- Mouse support for Viper
+;;; viper-mous.el --- mouse support for Viper
+
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el
index 40f1f58836..403bd25644 100644
--- a/lisp/emulation/viper.el
+++ b/lisp/emulation/viper.el
@@ -1,4 +1,4 @@
-;;; viper.el --- A full-featured Vi emulator for GNU Emacs 19 and XEmacs 19,
+;;; viper.el --- A full-featured Vi emulator.
;; a VI Plan for Emacs Rescue,
;; and a venomous VI PERil.
;; Viper Is also a Package for Emacs Rebels.
diff --git a/lisp/enriched.el b/lisp/enriched.el
index 8d30de3dc1..1358b655b1 100644
--- a/lisp/enriched.el
+++ b/lisp/enriched.el
@@ -1,4 +1,4 @@
-;;; enriched.el -- read and save files in text/enriched format
+;;; enriched.el --- read and save files in text/enriched format
;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
;; Author: Boris Goldowsky <[email protected]>
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index ea9355827e..3b53cb1b83 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -1,4 +1,4 @@
-;;; facemenu.el -- Create a face menu for interactively adding fonts to text
+;;; facemenu.el --- create a face menu for interactively adding fonts to text
;; Copyright (c) 1994, 1995 Free Software Foundation, Inc.
;; Author: Boris Goldowsky <[email protected]>
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index d64ca17e24..9f3d1ebf9c 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1,4 +1,4 @@
-;; Electric Font Lock Mode
+;;; font-lock.el --- electric font lock mode
;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
;; Author: jwz, then rms, then sm <[email protected]>
diff --git a/lisp/format.el b/lisp/format.el
index 2cde5f4b22..eae6f72f47 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -1,4 +1,4 @@
-;;; format.el -- read and save files in multiple formats
+;;; format.el ;-- read and save files in multiple formats
;; Copyright (c) 1994, 1995 Free Software Foundation
;; Author: Boris Goldowsky <[email protected]>
diff --git a/lisp/forms-pass.el b/lisp/forms-pass.el
index d5889f4031..1a7db41e20 100644
--- a/lisp/forms-pass.el
+++ b/lisp/forms-pass.el
@@ -1,5 +1,5 @@
-;; demo for forms-mode -*-emacs-lisp-*-
-;;
+;;; forms-pass.el --- passwd file demo for forms-mode
+
;; This demo visits your passwd file.
;; use yp if present
diff --git a/lisp/forms.el b/lisp/forms.el
index f5fb6f5bd1..165fd5a30e 100644
--- a/lisp/forms.el
+++ b/lisp/forms.el
@@ -1,5 +1,6 @@
-;;; forms.el -- Forms mode: edit a file as a form to fill in.
-;;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
+;;; forms.el --- Forms mode: edit a file as a form to fill in
+
+;; Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc.
;; Author: Johan Vromans <[email protected]>
@@ -287,10 +288,10 @@
(provide 'forms) ;;; official
(provide 'forms-mode) ;;; for compatibility
-(defconst forms-version (substring "$Revision: 2.20 $" 11 -2)
+(defconst forms-version (substring "$Revision: 2.21 $" 11 -2)
"The version number of forms-mode (as string). The complete RCS id is:
- $Id: forms.el,v 2.20 1995/08/14 06:45:37 rms Exp rms $")
+ $Id: forms.el,v 2.21 1995/10/28 16:21:33 rms Exp rms $")
(defvar forms-mode-hooks nil
"Hook functions to be run upon entering Forms mode.")
diff --git a/lisp/hilit19.el b/lisp/hilit19.el
index eddab6c4ac..147214a3cf 100644
--- a/lisp/hilit19.el
+++ b/lisp/hilit19.el
@@ -1,23 +1,25 @@
-;; hilit19.el (Release 2.19) -- customizable highlighting for Emacs19.
+;;; hilit19.el --- customizable highlighting for Emacs19
+
;; Copyright (c) 1993, 1994 Free Software Foundation, Inc.
-;;
+
;; Author: Jonathan Stigelman <[email protected]>
;; Keywords: faces
-;;
-;; This program is free software; you can redistribute it and/or modify
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 2 of the License, or
-;; (at your option) any later version.
-;;
-;; This program is distributed in the hope that it will be useful,
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+
;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-;;
+;; along with GNU Emacs; see the file COPYING. If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
diff --git a/lisp/icomplete.el b/lisp/icomplete.el
index 8a9d098470..ba734d6b14 100644
--- a/lisp/icomplete.el
+++ b/lisp/icomplete.el
@@ -1,12 +1,11 @@
-;;;_. icomplete.el - minibuffer completion incremental feedback
+;;; icomplete.el --- minibuffer completion incremental feedback
-;;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
-;;; Author: Ken Manheimer <[email protected]>
-;;; Maintainer: Ken Manheimer <[email protected]>
-;;; Version: Id: icomplete.el,v 4.3 1994/08/31 18:48:29 klm Exp
-;;; Created: Mar 1993 [email protected] - first release to usenet
-;;; Keywords: help, abbrev
+;; Author: Ken Manheimer <[email protected]>
+;; Maintainer: Ken Manheimer <[email protected]>
+;; Created: Mar 1993 [email protected] - first release to usenet
+;; Keywords: help, abbrev
;; This file is part of GNU Emacs.
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index 8fa955cca6..cef8a02c66 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -1,6 +1,7 @@
-;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions
-;; Copyright � 1993, 1994 Free Software Foundation, Inc.
-;; Was formerly called gm-lingo.el.
+;;; iso-cvt.-el -- translate to ISO 8859-1 from/to net/TeX conventions
+;; This file was formerly called gm-lingo.el.
+
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: Michael Gschwind <[email protected]>
;; Keywords: tex, iso, latin, i18n
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index c3804b267e..934fc0dc89 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -1,4 +1,5 @@
-;;; jka-compr.el - reading/writing/loading compressed files.
+;;; jka-compr.el --- reading/writing/loading compressed files
+
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Author: [email protected] (Jay K. Adams)
diff --git a/lisp/mldrag.el b/lisp/mldrag.el
index 97d09e251c..1ac9a899f5 100644
--- a/lisp/mldrag.el
+++ b/lisp/mldrag.el
@@ -1,4 +1,4 @@
-;;; mldrag.el -- Mode line and vertical line dragging to resize windows.
+;;; mldrag.el --- mode line and vertical line dragging to resize windows
;;; Copyright (C) 1994 Free Software Foundation, Inc.
;; Author: Kyle E. Jones <[email protected]>
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 3531329cdd..2e50a44f67 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,25 +1,25 @@
-;;; mouse.el --- window system-independent mouse support.
+;;; mouse.el --- window system-independent mouse support
-;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: hardware
-;;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
-;;; GNU Emacs is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2, or (at your option)
-;;; any later version.
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
-;;; GNU Emacs is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
-;;; You should have received a copy of the GNU General Public License
-;;; along with GNU Emacs; see the file COPYING. If not, write to
-;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING. If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el
index f761134529..2451b9d71f 100644
--- a/lisp/play/solitaire.el
+++ b/lisp/play/solitaire.el
@@ -1,4 +1,4 @@
-;; solitaire.el --- game of solitaire in emacs lisp
+;;; solitaire.el --- game of solitaire in Emacs Lisp
;; Copyright (C) 1994 Free Software Foundation, Inc.
diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el
index 1dace8d055..08e544e9dc 100644
--- a/lisp/progmodes/ada-mode.el
+++ b/lisp/progmodes/ada-mode.el
@@ -1,4 +1,4 @@
-;;; ada-mode.el - An Emacs major-mode for editing Ada source.
+;;; ada-mode.el --- An Emacs major-mode for editing Ada source.
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;;; Authors: Markus Heritsch <[email protected]>
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el
index 864cb0ddfb..b82223e829 100644
--- a/lisp/progmodes/f90.el
+++ b/lisp/progmodes/f90.el
@@ -1,4 +1,4 @@
-;; f90.el --- Fortran-90 mode (free format) for GNU Emacs and GNU XEmacs.
+;;; f90.el --- Fortran-90 mode (free format)
;; Copyright (C) 1995 Free Software Foundation, Inc.
;; Author: Torbj\"orn Einarsson <[email protected]>
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index 2e9a759ffd..de280ac5be 100644
--- a/lisp/progmodes/pascal.el
+++ b/lisp/progmodes/pascal.el
@@ -1,25 +1,25 @@
-;;; pascal.el - Major mode for editing pascal source in emacs.
+;;; pascal.el --- major mode for editing pascal source in Emacs
-;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
-;;; Author: Espen Skoglund ([email protected])
-;;; Keywords: languages
+;; Author: Espen Skoglund ([email protected])
+;; Keywords: languages
-;;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2 of the License, or
-;;; (at your option) any later version.
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2 of the License, or
+;; (at your option) any later version.
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
-;;; You should have received a copy of the GNU General Public License
-;;; along with this program; if not, write to the Free Software
-;;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;; You should have received a copy of the GNU General Public License
+;; along with this program; if not, write to the Free Software
+;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Commentary:
diff --git a/lisp/rcompile.el b/lisp/rcompile.el
index b141995f69..6f41a3b113 100644
--- a/lisp/rcompile.el
+++ b/lisp/rcompile.el
@@ -1,4 +1,4 @@
-;;; rcompile.el Run a compilation on a remote machine
+;;; rcompile.el --- run a compilation on a remote machine
;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el
index 48318c5ac8..8085998486 100644
--- a/lisp/shadowfile.el
+++ b/lisp/shadowfile.el
@@ -1,28 +1,30 @@
;;; shadowfile.el --- automatic file copying for Emacs 19
-;;; Author: Boris Goldowsky <[email protected]>
-;;; Keywords: comm
+;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
-;;; Copyright (c) 1993, 1994 Free Software Foundation
-;;;
-;;; This program is free software; you can redistribute it and/or modify
-;;; it under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 2, or (at your option)
-;;; any later version.
-;;;
-;;; This program is distributed in the hope that it will be useful,
-;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-;;; GNU General Public License for more details.
-;;;
-;;; A copy of the GNU General Public License can be obtained from this
-;;; program's author or from the Free Software Foundation, Inc., 675
-;;; Mass Ave, Cambridge, MA 02139, USA.
+;; Author: Boris Goldowsky <[email protected]>
+;; Keywords: comm
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; GNU Emacs is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs; see the file COPYING. If not, write to
+;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; LCD Archive Entry:
;;; shadowfile|Boris Goldowsky|[email protected]|
;;; Helps you keep identical copies of files in multiple places.|
-;;; $Date: 1995/06/05 20:41:03 $ |$Revision: 1.4 $|~/misc/shadowfile.el.Z|
+;;; $Date: 1995/10/30 17:22:28 $ |$Revision: 1.5 $|~/misc/shadowfile.el.Z|
;;; Commentary:
;;;
diff --git a/lisp/term.el b/lisp/term.el
index 1d34088384..e9c2d6dbbf 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -1,4 +1,5 @@
-;; term.el --- general command interpreter in a window stuff
+;;; term.el --- general command interpreter in a window stuff
+
;; Copyright (C) 1988, 1990, 1992, 1994, 1995 Free Software Foundation, Inc.
;; Author: Per Bothner <[email protected]>
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index dd0f14e432..8064b5e058 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1,10 +1,7 @@
-;;;;;;;;;;;;;;;;;;;;;;;;;;; -*- Mode: emacs-lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning.
-;;;
-;;;
+;;; ispell.el --- spell checking using Ispell
+
;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
-;;;
-;;;
+
;;; Authors : Ken Stevens <[email protected]>
;;; Note: version numbers and time stamp are not updated
;;; when this file is edited for release with GNU Emacs.
@@ -14,10 +11,10 @@
;;; Status : Release with 3.1.12+ ispell.
;;; Version : International Ispell Version 3.1 by Geoff Kuenning.
;;; Bug Reports : [email protected]
-;;;
+
;;; Note: version numbers and time stamp are not updated
-;;; when this file is edited for release with GNU emacs.
-;;;
+;;; when this file is edited for release with GNU Emacs.
+
;;; This file is part of GNU Emacs.
;;;
;;; 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 61269de9e2..dbc5996d93 100644
--- a/lisp/textmodes/makeinfo.el
+++ b/lisp/textmodes/makeinfo.el
@@ -1,10 +1,11 @@
-;;;; makeinfo.el -- run makeinfo conveniently.
-;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
+;;; makeinfo.el --- run makeinfo conveniently
-;;; Author: Robert J. Chassell
-;;; Maintainer: FSF
+;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
-;;; This file is part of GNU Emacs.
+;; Author: Robert J. Chassell
+;; Maintainer: FSF
+
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; 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 69967c5ba1..497c4d784b 100644
--- a/lisp/textmodes/texinfmt.el
+++ b/lisp/textmodes/texinfmt.el
@@ -1,10 +1,11 @@
-;;;; texinfmt.el
-;;; Copyright (C) 1985, 1986, 1988,
-;;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
+;;; texinfmt.el --- format Texinfo files into Info files.
+
+;; Copyright (C) 1985, 1986, 1988,
+;; 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
;; Maintainer: Robert J. Chassell <[email protected]>
-;;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; 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 ee215d28a7..53ed2a7636 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1,11 +1,12 @@
-;;;; texinfo.el--major mode for editing Texinfo files.
+;;; texinfo.el --- major mode for editing Texinfo files
+
;; Copyright (C) 1985, '88, '89,
;; '90, '91, '92, '93 Free Software Foundation, Inc.
-;;; Author: Robert J. Chassell
-;;; Maintainer: FSF
+;; Author: Robert J. Chassell
+;; Maintainer: FSF
-;;; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;; 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 b46387dd11..57e64e4721 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -1,5 +1,5 @@
-;;; Texinfo mode utilities for updating nodes and menus in Texinfo files.
-;;; Copyright 1989, 1990, 1991, 1992 Free Software Foundation
+;;; texnfo-upd.el --- utilities for updating nodes and menus in Texinfo files
+;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
;; Author: Robert J. Chassell
;; Maintainer: [email protected]
diff --git a/lisp/timezone.el b/lisp/timezone.el
index 58d9faa663..8802a65411 100644
--- a/lisp/timezone.el
+++ b/lisp/timezone.el
@@ -1,10 +1,10 @@
-;;; Timezone package for GNU Emacs
+;;; timezone.el --- time zone package for GNU Emacs
;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
-;;; Author: Masanobu Umeda
-;;; Maintainer: [email protected]
-;;; Keywords: news
+;; Author: Masanobu Umeda
+;; Maintainer: [email protected]
+;; Keywords: news
;; This file is part of GNU Emacs.
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 51fc76bdb4..0fd405d0de 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -1,4 +1,4 @@
-;;; tmm.el - text mode access to menu-bar
+;;; tmm.el --- text mode access to menu-bar
;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.