summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/add-log.el2
-rw-r--r--lisp/autorevert.el2
-rw-r--r--lisp/patcomp.el3
-rw-r--r--lisp/play/landmark.el2
-rw-r--r--lisp/scroll-all.el2
-rw-r--r--lisp/textmodes/reftex.el2
6 files changed, 6 insertions, 7 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 06c52feebe8..287ff094ae8 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -1,4 +1,4 @@
-;; add-log.el --- change log maintenance commands for Emacs
+;;; add-log.el --- change log maintenance commands for Emacs
;; Copyright (C) 1985, 86, 88, 93, 94, 97, 1998 Free Software Foundation, Inc.
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 5f60883ad06..149c085dbcb 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -1,4 +1,4 @@
-;; autorevert --- Revert buffers when files on disk change.
+;;; autorevert --- revert buffers when files on disk change
;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
diff --git a/lisp/patcomp.el b/lisp/patcomp.el
index 201c23c911e..1470e82f367 100644
--- a/lisp/patcomp.el
+++ b/lisp/patcomp.el
@@ -1,5 +1,4 @@
-
-;;; This function is used by the patch files to update Emacs releases.
+;;; patcomp.el --- used by patch files to update Emacs releases
(defun batch-byte-recompile-emacs ()
"Recompile the Emacs `lisp' directory.
diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el
index e8bb833825b..f9e4f8d2678 100644
--- a/lisp/play/landmark.el
+++ b/lisp/play/landmark.el
@@ -1,4 +1,4 @@
-;;;_ landmark.el --- neural-network robot that learns landmarks
+;;; landmark.el --- neural-network robot that learns landmarks
;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
diff --git a/lisp/scroll-all.el b/lisp/scroll-all.el
index 723f19e4af7..71194cb70a6 100644
--- a/lisp/scroll-all.el
+++ b/lisp/scroll-all.el
@@ -1,4 +1,4 @@
-;; scroll-all.el -- scroll all buffers together minor mode
+;;; scroll-all.el -- scroll all buffers together minor mode
;; Copyright (C) 1997 Free Software Foundation, Inc.
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el
index 6f0c37957b3..b37cee9868e 100644
--- a/lisp/textmodes/reftex.el
+++ b/lisp/textmodes/reftex.el
@@ -1,4 +1,4 @@
-;; reftex.el --- Minor mode for doing \label, \ref and \cite in LaTeX
+;;; reftex.el --- Minor mode for doing \label, \ref and \cite in LaTeX
;; Copyright (c) 1997, 1998 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>