aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-06-07 23:07:55 +0000
committerRichard M. Stallman1998-06-07 23:07:55 +0000
commit5abdc91582d5a2965ea1de4988f32cbedd5f2edb (patch)
tree08cdafe777262ad7758931f538711264f0387213
parent527fcc2fa0905409ff355034731f90edce6655b2 (diff)
downloademacs-5abdc91582d5a2965ea1de4988f32cbedd5f2edb.tar.gz
emacs-5abdc91582d5a2965ea1de4988f32cbedd5f2edb.zip
Comment change.
-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 @@
1;; add-log.el --- change log maintenance commands for Emacs 1;;; add-log.el --- change log maintenance commands for Emacs
2 2
3;; Copyright (C) 1985, 86, 88, 93, 94, 97, 1998 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 88, 93, 94, 97, 1998 Free Software Foundation, Inc.
4 4
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 @@
1;; autorevert --- Revert buffers when files on disk change. 1;;; autorevert --- revert buffers when files on disk change
2 2
3;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
4 4
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 @@
1 1;;; patcomp.el --- used by patch files to update Emacs releases
2;;; This function is used by the patch files to update Emacs releases.
3 2
4(defun batch-byte-recompile-emacs () 3(defun batch-byte-recompile-emacs ()
5 "Recompile the Emacs `lisp' directory. 4 "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 @@
1;;;_ landmark.el --- neural-network robot that learns landmarks 1;;; landmark.el --- neural-network robot that learns landmarks
2 2
3;; Copyright (c) 1996, 1997 Free Software Foundation, Inc. 3;; Copyright (c) 1996, 1997 Free Software Foundation, Inc.
4 4
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 @@
1;; scroll-all.el -- scroll all buffers together minor mode 1;;; scroll-all.el -- scroll all buffers together minor mode
2 2
3;; Copyright (C) 1997 Free Software Foundation, Inc. 3;; Copyright (C) 1997 Free Software Foundation, Inc.
4 4
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 @@
1;; reftex.el --- Minor mode for doing \label, \ref and \cite in LaTeX 1;;; reftex.el --- Minor mode for doing \label, \ref and \cite in LaTeX
2;; Copyright (c) 1997, 1998 Free Software Foundation, Inc. 2;; Copyright (c) 1997, 1998 Free Software Foundation, Inc.
3 3
4;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl> 4;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>