diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 06:28:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 06:28:10 +0000 |
commit | 282d89c00d827cc25d77849ac23e919cbeabd045 (patch) | |
tree | 4723478b7434e1d7b13e6a35a66b459793768559 /lisp/emacs-lisp | |
parent | 841763034cba0e8e751fe510082babacfd83c2a5 (diff) | |
download | emacs-282d89c00d827cc25d77849ac23e919cbeabd045.tar.gz emacs-282d89c00d827cc25d77849ac23e919cbeabd045.tar.bz2 emacs-282d89c00d827cc25d77849ac23e919cbeabd045.zip |
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 | ||||
-rw-r--r-- | lisp/emacs-lisp/profile.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 8b03a68e01d..2856e17c264 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -1,4 +1,4 @@ -;;; upd-copyr.el --- update the copyright notice in a GNU Emacs elisp file +;;; upd-copyr.el --- update the copyright notice in a GNU Emacs Lisp file ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> ;; Last-Modified: 03 Jun 1991 diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el index cdeb8d76f04..dfd853fcb32 100644 --- a/lisp/emacs-lisp/profile.el +++ b/lisp/emacs-lisp/profile.el @@ -1,4 +1,4 @@ -;;; profile.el -- generate run time measurements of elisp functions +;;; profile.el -- generate run time measurements of Emacs Lisp functions ;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> ;; Created: 7 Feb 1992 @@ -28,7 +28,7 @@ ; DESCRIPTION: ; ------------ -; This program can be used to monitor running time performance of elisp +; This program can be used to monitor running time performance of Emacs Lisp ; functions. It takes a list of functions and report the real time spent ; inside these functions. It runs a process with a separate timer program. ; Caveat: the C code included with this package requires BSD-compatible |