]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 21 Dec 2004 11:50:52 +0000 (11:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 21 Dec 2004 11:50:52 +0000 (11:50 +0000)
lisp/emacs-lisp/bytecomp.el

index 2048bd6212fc4a49a48f56ed068f6376b29dcc4b..a11831f944ef4a322f5cb4343653eaa765013f9b 100644 (file)
@@ -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))))