summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-23 20:12:25 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-23 20:12:25 +0000
commit11d7c12ab09e46afce97b325f3448589de4db412 (patch)
tree22f1baa6bd6c2122c8261eb2d534d06e5887394d /lisp
parent0d193639a8d13d7b317035608a36d68a92444d9c (diff)
downloademacs-11d7c12ab09e46afce97b325f3448589de4db412.tar.gz
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/=tpu-doc.el4
-rw-r--r--lisp/emacs-lisp/advice.el2
-rw-r--r--lisp/emacs-lisp/trace.el2
-rw-r--r--lisp/emulation/tpu-edt.el4
-rw-r--r--lisp/emulation/tpu-extras.el4
-rw-r--r--lisp/emulation/tpu-mapper.el4
-rw-r--r--lisp/hexl.el3
-rw-r--r--lisp/mail/reporter.el2
-rw-r--r--lisp/mail/supercite.el2
-rw-r--r--lisp/menu-bar.el2
-rw-r--r--lisp/regi.el2
-rw-r--r--lisp/thingatpt.el8
-rw-r--r--lisp/vt-control.el4
-rw-r--r--lisp/xscheme.el2
14 files changed, 23 insertions, 22 deletions
diff --git a/lisp/=tpu-doc.el b/lisp/=tpu-doc.el
index c65d0aa635a..4fdc032e409 100644
--- a/lisp/=tpu-doc.el
+++ b/lisp/=tpu-doc.el
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
-;; Keywords: tpu-edt
+;; Keywords: emulations
;; This file is part of GNU Emacs.
@@ -22,7 +22,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-(defconst tpu-doc-revision "$Revision: 1.3 $"
+(defconst tpu-doc-revision "$Revision: 1.4 $"
"TPU-edt documentation revision number.")
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el
index f7f6aeda378..9a6f1fc09c8 100644
--- a/lisp/emacs-lisp/advice.el
+++ b/lisp/emacs-lisp/advice.el
@@ -5,7 +5,7 @@
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Created: 12 Dec 1992
;; Version: advice.el,v 2.1 1993/05/26 00:07:58 hans Exp
-;; Keywords: extensions
+;; Keywords: extensions, lisp, tools
;; This file is part of GNU Emacs.
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index 0e19595db2d..49a4a8cd5a9 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -5,7 +5,7 @@
;; Author: Hans Chalupsky <hans@cs.buffalo.edu>
;; Created: 15 Dec 1992
;; Version: trace.el,v 2.0 1993/05/18 00:41:16 hans Exp
-;; Keywords: tracing, debugging
+;; Keywords: tools, lisp
;; This file is part of GNU Emacs.
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el
index cbe014457f5..7b5c9009eb4 100644
--- a/lisp/emulation/tpu-edt.el
+++ b/lisp/emulation/tpu-edt.el
@@ -5,7 +5,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
;; Version: 3.1
-;; Keywords: edt emulations
+;; Keywords: emulations
;; This file is part of GNU Emacs.
@@ -30,7 +30,7 @@
;;; Revision and Version Information
;;;
(defconst tpu-version "3.1" "TPU-edt version number.")
-(defconst tpu-revision "$Revision: 6.11 $" "Revision number of TPU-edt.")
+(defconst tpu-revision "$Revision: 1.4 $" "Revision number of TPU-edt.")
;;;
diff --git a/lisp/emulation/tpu-extras.el b/lisp/emulation/tpu-extras.el
index 7ba2179140b..ce6fa06ab71 100644
--- a/lisp/emulation/tpu-extras.el
+++ b/lisp/emulation/tpu-extras.el
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
-;; Keywords: tpu-edt
+;; Keywords: emulations
;; This file is part of GNU Emacs.
@@ -104,7 +104,7 @@
;;; Revision Information
-(defconst tpu-extras-revision "$Revision: 3.5 $"
+(defconst tpu-extras-revision "$Revision: 1.4 $"
"Revision number of the TPU-edt extras.")
diff --git a/lisp/emulation/tpu-mapper.el b/lisp/emulation/tpu-mapper.el
index b99add2baa3..75dd4d0a9a5 100644
--- a/lisp/emulation/tpu-mapper.el
+++ b/lisp/emulation/tpu-mapper.el
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
-;; Keywords: tpu-edt
+;; Keywords: emulations
;; This file is part of GNU Emacs.
@@ -69,7 +69,7 @@
;;;
;;; Revision Information
;;;
-(defconst tpu-mapper-revision "$Revision: 1.5 $"
+(defconst tpu-mapper-revision "$Revision: 1.4 $"
"Revision number of TPU-edt x-windows emacs key mapper.")
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 7238903eda7..aaac455a489 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -3,7 +3,8 @@
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; Author: Keith Gabryelski <ag@wheaties.ai.mit.edu>
-;; Keywords: non-text
+;; Maintainer: FSF
+;; Keywords: data
;; This file is part of GNU Emacs.
diff --git a/lisp/mail/reporter.el b/lisp/mail/reporter.el
index f2d5b131db8..e1251bcb89d 100644
--- a/lisp/mail/reporter.el
+++ b/lisp/mail/reporter.el
@@ -5,7 +5,7 @@
;; Created: 19-Apr-1993
;; Version: 1.23
;; Last Modified: 1993/09/02 20:28:36
-;; Keywords: bug reports lisp
+;; Keywords: tools, mail, lisp, extensions
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index 02f09bffdda..d1c145b4ae3 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -5,7 +5,7 @@
;; Created: February 1993
;; Version: 3.1
;; Last Modified: 1993/09/22 18:58:46
-;; Keywords: citation attribution mail news article reply followup
+;; Keywords: mail, news
;; supercite.el revision: 3.54
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 1abfa82cf4e..2704f7da2be 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1,7 +1,7 @@
;;; menu-bar.el --- define a default menu bar.
;; Author: RMS
-;; Keywords: internals
+;; Keywords: internal
;; Copyright (C) 1993 Free Software Foundation, Inc.
diff --git a/lisp/regi.el b/lisp/regi.el
index 9e29c6e2eb5..7d012f46211 100644
--- a/lisp/regi.el
+++ b/lisp/regi.el
@@ -5,7 +5,7 @@
;; Created: 24-Feb-1993
;; Version: 1.8
;; Last Modified: 1993/06/01 21:33:00
-;; Keywords: regular expression regexp matching text
+;; Keywords: extensions, matching
;; Copyright (C) 1993 Barry A. Warsaw
diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el
index fe62b736566..3f18716ef31 100644
--- a/lisp/thingatpt.el
+++ b/lisp/thingatpt.el
@@ -3,9 +3,9 @@
;; Copyright (C) 1991,1992,1993 Free Software Foundation, Inc.
;; Author: Mike Williams <mikew@gopher.dosli.govt.nz>
-;; Keywords: extensions
+;; Keywords: extensions, matching, mouse
;; Created: Thu Mar 28 13:48:23 1991
-;; Version: $Revision: 1.16 $
+;; Version: $Revision: 1.1 $
;; This file is part of GNU Emacs.
@@ -50,10 +50,10 @@
;;=== Version =============================================================
-(defconst thing@pt-version (substring "$Revision: 1.16 $" 11 -2)
+(defconst thing@pt-version (substring "$Revision: 1.1 $" 11 -2)
"The revision number of thing@pt (as string). The complete RCS id is:
- $Id: thing@pt.el,v 1.16 1993/09/30 23:54:56 mike Exp $")
+ $Id: thingatpt.el,v 1.1 1993/11/08 14:27:42 rms Exp rms $")
;;=== Basic movement ======================================================
diff --git a/lisp/vt-control.el b/lisp/vt-control.el
index 63b94137b06..509365bf4a4 100644
--- a/lisp/vt-control.el
+++ b/lisp/vt-control.el
@@ -4,7 +4,7 @@
;; Author: Rob Riepel <riepel@networking.stanford.edu>
;; Maintainer: Rob Riepel <riepel@networking.stanford.edu>
-;; Keywords: vt100
+;; Keywords: terminals
;; This file is part of GNU Emacs.
@@ -52,7 +52,7 @@
;;; Revision Information
-(defconst vt-revision "$Revision: 2.4 $"
+(defconst vt-revision "$Revision: 1.3 $"
"Revision number of vt-control.")
diff --git a/lisp/xscheme.el b/lisp/xscheme.el
index 722d0a4c3b8..2c2b0092132 100644
--- a/lisp/xscheme.el
+++ b/lisp/xscheme.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
;; Maintainer: FSF
-;; Keywords: languages lisp
+;; Keywords: languages, lisp
;; This file is part of GNU Emacs.