aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/profile.el
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-07-16 06:28:10 +0000
committerEric S. Raymond <[email protected]>1992-07-16 06:28:10 +0000
commit282d89c00d827cc25d77849ac23e919cbeabd045 (patch)
tree4723478b7434e1d7b13e6a35a66b459793768559 /lisp/emacs-lisp/profile.el
parent841763034cba0e8e751fe510082babacfd83c2a5 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/profile.el')
-rw-r--r--lisp/emacs-lisp/profile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el
index cdeb8d76f0..dfd853fcb3 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 <[email protected]>
;; 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