summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cl.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-01-16 01:48:11 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-01-16 01:48:11 +0000
commit3e7274ae13f33317b965f0faafcde11a26c75ecf (patch)
tree936ec384b97a51c1ac20764a79938a589fa290e2 /lisp/emacs-lisp/cl.el
parent637692f4345117fc4c226ae2529d40097c258775 (diff)
downloademacs-3e7274ae13f33317b965f0faafcde11a26c75ecf.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r--lisp/emacs-lisp/cl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index b3e56937c60..b8d9cd5e80c 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -579,7 +579,7 @@ Keywords supported: :test :test-not :key"
"Non-nil means don't make CL functions autoload.")
;;; Autoload the other portions of the package.
-;; We want to replace the basic versions of dolist, dotimes below.
+;; We want to replace the basic versions of dolist, dotimes, declare below.
(fmakunbound 'dolist)
(fmakunbound 'dotimes)
(fmakunbound 'declare)