changeset 22388:2d0bece94ee7

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jun 1998 23:07:55 +0000
parents a06008c964f8
children d929ae6f35d3
files lisp/add-log.el lisp/autorevert.el lisp/patcomp.el lisp/play/landmark.el lisp/scroll-all.el lisp/textmodes/reftex.el
diffstat 6 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/add-log.el	Sun Jun 07 23:07:55 1998 +0000
@@ -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.
 
--- a/lisp/autorevert.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/autorevert.el	Sun Jun 07 23:07:55 1998 +0000
@@ -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.
 
--- a/lisp/patcomp.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/patcomp.el	Sun Jun 07 23:07:55 1998 +0000
@@ -1,4 +1,4 @@
-;;; patcomp.el --- Used by 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.
--- a/lisp/play/landmark.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/play/landmark.el	Sun Jun 07 23:07:55 1998 +0000
@@ -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.
 
--- a/lisp/scroll-all.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/scroll-all.el	Sun Jun 07 23:07:55 1998 +0000
@@ -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.
 
--- a/lisp/textmodes/reftex.el	Sun Jun 07 23:06:26 1998 +0000
+++ b/lisp/textmodes/reftex.el	Sun Jun 07 23:07:55 1998 +0000
@@ -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>