aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index af2d31cf216..85287507f58 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -888,7 +888,7 @@ Valid clauses are:
888 (cl-push (list (list temp (cl-pop args))) loop-bindings) 888 (cl-push (list (list temp (cl-pop args))) loop-bindings)
889 (cl-push (list '>= (list 'setq temp (list '1- temp)) 0) loop-body))) 889 (cl-push (list '>= (list 'setq temp (list '1- temp)) 0) loop-body)))
890 890
891 ((eq word 'collect) 891 ((memq word '(collect collecting))
892 (let ((what (cl-pop args)) 892 (let ((what (cl-pop args))
893 (var (cl-loop-handle-accum nil 'nreverse))) 893 (var (cl-loop-handle-accum nil 'nreverse)))
894 (if (eq var loop-accum-var) 894 (if (eq var loop-accum-var)