summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-05-20 21:07:10 +0000
committerErik Naggum <erik@naggum.no>1996-05-20 21:07:10 +0000
commitb035a6780c3c5336e95ab4a42fc9e38aaab6cf89 (patch)
tree2faea17fb0f9202b5ac1398b957cba2de0b35bde
parent45968db63b1e4eb3d341b5d3593624fdbd40985d (diff)
Fixed up initial line
-rw-r--r--lisp/complete.el2
-rw-r--r--lisp/derived.el2
-rw-r--r--lisp/emacs-lisp/backquote.el2
-rw-r--r--lisp/emulation/pc-mode.el2
-rw-r--r--lisp/international/iso-acc.el2
-rw-r--r--lisp/international/iso-cvt.el2
-rw-r--r--lisp/patcomp.el1
-rw-r--r--lisp/soundex.el2
-rw-r--r--lisp/tcp.el2
9 files changed, 9 insertions, 8 deletions
diff --git a/lisp/complete.el b/lisp/complete.el
index 65d2fe07ce..69db58a985 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/derived.el b/lisp/derived.el
index 6db92e8540..48824a61ec 100644
--- a/lisp/derived.el
+++ b/lisp/derived.el
@@ -1,4 +1,4 @@
-;;; derived.el -- allow inheritance of major modes.
+;;; derived.el --- allow inheritance of major modes.
;;; (formerly mode-clone.el)
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 41f1cf8b1f..807b4bd1c5 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,4 +1,4 @@
-;;; backquote.el -- implement the ` Lisp construct
+;;; backquote.el --- implement the ` Lisp construct
;;; Copyright (C) 1990, 1992, 1994 Free Software Foundation, Inc.
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index b06e1cf3b4..c7db52ba56 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -1,4 +1,4 @@
-;;; pc-mode.el emulate certain key bindings used on PCs.
+;;; pc-mode.el --- emulate certain key bindings used on PCs.
;; Copyright (C) 1995 Free Software Foundation, Inc.
diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el
index d136347659..f049af56da 100644
--- a/lisp/international/iso-acc.el
+++ b/lisp/international/iso-acc.el
@@ -1,4 +1,4 @@
-;;; iso-acc.el -- minor mode providing electric accent keys
+;;; iso-acc.el --- minor mode providing electric accent keys
;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index a01e2f5468..150eed2a9f 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -1,4 +1,4 @@
-;;; iso-cvt.el -- translate to ISO 8859-1 from/to net/TeX conventions
+;;; 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.
diff --git a/lisp/patcomp.el b/lisp/patcomp.el
index e7c8652a5c..201c23c911 100644
--- a/lisp/patcomp.el
+++ b/lisp/patcomp.el
@@ -1,3 +1,4 @@
+
;;; This function is used by the patch files to update Emacs releases.
(defun batch-byte-recompile-emacs ()
diff --git a/lisp/soundex.el b/lisp/soundex.el
index 253a02315b..5f703228df 100644
--- a/lisp/soundex.el
+++ b/lisp/soundex.el
@@ -1,4 +1,4 @@
-;;; soundex.el -- implement Soundex algorithm
+;;; soundex.el --- implement Soundex algorithm
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/tcp.el b/lisp/tcp.el
index c2f921f61f..2f5b756ab8 100644
--- a/lisp/tcp.el
+++ b/lisp/tcp.el
@@ -1,4 +1,4 @@
-;;; TCP/IP stream emulation for GNU Emacs
+;;; tcp.el --- TCP/IP stream emulation for GNU Emacs
;; Copyright (C) 1988, 1989, 1993 Free Software Foundation, Inc.