aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2004-12-21 11:50:52 +0000
committerRichard M. Stallman <[email protected]>2004-12-21 11:50:52 +0000
commit4db985039fe4f1a7599d2d6d04be892cf1a149a7 (patch)
treec3494f113b92cc8169ee8f9bef5b836c478992dc
parentfda2922a94640b3e57ed8b1197f186212cf8ad0a (diff)
Comment change.
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 2048bd6212..a11831f944 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -2178,7 +2178,7 @@ list that represents a doc string reference.
(let ((old-load-list current-load-list)
(args (mapcar 'eval (cdr form))))
(apply 'require args)
- ;; Detech (require 'cl) in a way that works even if cl is already loaded.
+ ;; Detect (require 'cl) in a way that works even if cl is already loaded.
(if (member (car args) '("cl" cl))
(setq byte-compile-warnings
(remq 'cl-functions byte-compile-warnings))))