summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/elp.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-08-19 17:59:13 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-08-19 18:05:51 +0200
commitb7d6ebff078cece09c3e7a84c34ea4fe65e65917 (patch)
tree09ed183b5971a2bf2c5d8b432c273d476ee5bd18 /lisp/emacs-lisp/elp.el
parent043ae1f53a29d69f2573356715861ec54d626b56 (diff)
downloademacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.gz
emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.tar.bz2
emacs-b7d6ebff078cece09c3e7a84c34ea4fe65e65917.zip
; Delete not-useful comments referring to Emacs 19.
Diffstat (limited to 'lisp/emacs-lisp/elp.el')
-rw-r--r--lisp/emacs-lisp/elp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elp.el b/lisp/emacs-lisp/elp.el
index 03c5b94e3b4..cbf38e7dd88 100644
--- a/lisp/emacs-lisp/elp.el
+++ b/lisp/emacs-lisp/elp.el
@@ -111,7 +111,7 @@
;; provide the functionality or interface that I wanted, so I wrote
;; this.
-;; Unlike previous profilers, elp uses Emacs 19's built-in function
+;; Unlike previous profilers, elp uses the built-in function
;; current-time to return interval times. This obviates the need for
;; both an external C program and Emacs processes to communicate with
;; such a program, and thus simplifies the package as a whole.