diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-23 20:12:25 +0000 |
commit | b7f66977bea896036f61b910814d33dda7e18f37 (patch) | |
tree | 6a41ef9952e3245d9843be9788b4d54a7f916722 /lisp/emacs-lisp | |
parent | 089c3fb3e632782886c898fa1977f2394003733c (diff) | |
download | emacs-b7f66977bea896036f61b910814d33dda7e18f37.tar.gz |
Comment change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/trace.el | 2 |
2 files changed, 2 insertions, 2 deletions
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. |