summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/copyright.el2
-rw-r--r--lisp/emacs-lisp/profile.el4
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