aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1997-05-27 19:51:23 +0000
committerRichard M. Stallman1997-05-27 19:51:23 +0000
commit0acdb863266c82fe90226a7eacb1b53860e6701d (patch)
treed40120b501b76d5a3511839860f7c254530e664f /lisp
parent4228277d989a33da8fb876c668113fe27161f813 (diff)
downloademacs-0acdb863266c82fe90226a7eacb1b53860e6701d.tar.gz
emacs-0acdb863266c82fe90226a7eacb1b53860e6701d.zip
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/arc-mode.el2
-rw-r--r--lisp/dired-aux.el1
-rw-r--r--lisp/dos-fns.el2
-rw-r--r--lisp/emacs-lisp/copyright.el3
-rw-r--r--lisp/ls-lisp.el1
-rw-r--r--lisp/progmodes/executable.el3
-rw-r--r--lisp/progmodes/prolog.el2
-rw-r--r--lisp/s-region.el2
-rw-r--r--lisp/textmodes/two-column.el3
-rw-r--r--lisp/word-help.el2
10 files changed, 13 insertions, 8 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 0a63debcd99..ea42ecbcb0a 100644
--- a/lisp/arc-mode.el
+++ b/lisp/arc-mode.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1995 Free Software Foundation, Inc.
4 4
5;; Author: Morten Welinder (terra@diku.dk) 5;; Author: Morten Welinder <terra@diku.dk>
6;; Keywords: archives msdog editing major-mode 6;; Keywords: archives msdog editing major-mode
7;; Favourite-brand-of-beer: None, I hate beer. 7;; Favourite-brand-of-beer: None, I hate beer.
8 8
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index d6926665ee6..e3cc10d54b7 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc.
4 4
5;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>. 5;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>.
6;; Maintainer: FSF
6 7
7;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
8 9
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el
index 00d4a36d0e1..c640633000c 100644
--- a/lisp/dos-fns.el
+++ b/lisp/dos-fns.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc. 3;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc.
4 4
5;; Maintainer: Morten Welinder (terra@diku.dk) 5;; Maintainer: Morten Welinder <terra@diku.dk>
6;; Keywords: internal 6;; Keywords: internal
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 4f820810926..079a11855d7 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de
6;; fax (+49 69) 7588-2389
6;; Keywords: maint, tools 7;; Keywords: maint, tools
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/ls-lisp.el b/lisp/ls-lisp.el
index 158414664f3..dbebfb800ce 100644
--- a/lisp/ls-lisp.el
+++ b/lisp/ls-lisp.el
@@ -3,6 +3,7 @@
3;; Copyright (C) 1992, 1994 by Sebastian Kremer <sk@thp.uni-koeln.de> 3;; Copyright (C) 1992, 1994 by Sebastian Kremer <sk@thp.uni-koeln.de>
4 4
5;; Author: Sebastian Kremer <sk@thp.uni-koeln.de> 5;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
6;; Maintainer: FSF
6;; Keywords: unix 7;; Keywords: unix
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el
index 42d16cbdb5e..a8734d965de 100644
--- a/lisp/progmodes/executable.el
+++ b/lisp/progmodes/executable.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1994, 1995, 1996 by Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995, 1996 by Free Software Foundation, Inc.
4 4
5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de
6;; fax (+49 69) 7588-2389
6;; Keywords: languages, unix 7;; Keywords: languages, unix
7 8
8;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 3bb39760ec8..934bc394d42 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
4 4
5;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> 5;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
6;; Keywords: languages 6;; Keywords: languages
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
diff --git a/lisp/s-region.el b/lisp/s-region.el
index 81cc0470026..1e0dbadc48d 100644
--- a/lisp/s-region.el
+++ b/lisp/s-region.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Morten Welinder (terra@diku.dk) 5;; Author: Morten Welinder <terra@diku.dk>
6;; Keywords: terminals 6;; Keywords: terminals
7;; Favourite-brand-of-beer: None, I hate beer. 7;; Favourite-brand-of-beer: None, I hate beer.
8 8
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el
index 0643bb99ecb..43e188b40bf 100644
--- a/lisp/textmodes/two-column.el
+++ b/lisp/textmodes/two-column.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 5;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de
6;; fax (+49 69) 7588-2389
6;; Adapted-By: ESR, Daniel Pfeiffer 7;; Adapted-By: ESR, Daniel Pfeiffer
7 8
8;; Esperanto: English: 9;; Esperanto: English:
diff --git a/lisp/word-help.el b/lisp/word-help.el
index 4a67dd81ddd..3a7644d7be9 100644
--- a/lisp/word-help.el
+++ b/lisp/word-help.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (c) 1996 Free Software Foundation, Inc. 3;; Copyright (c) 1996 Free Software Foundation, Inc.
4 4
5;; Maintainer: Jens T. Berger Thielemann, <jensthi@ifi.uio.no> 5;; Author: Jens T. Berger Thielemann <jensthi@ifi.uio.no>
6;; Keywords: help, keyword, languages, completion 6;; Keywords: help, keyword, languages, completion
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.