1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Update seq.el comment

* lisp/emacs-lisp/seq.el: Update comment.
This commit is contained in:
Lars Ingebrigtsen 2022-06-24 11:15:19 +02:00
parent e193ea3c34
commit 0c784a483f

View file

@ -59,8 +59,8 @@
(eval-when-compile (require 'cl-generic))
;; We used to use some sequence functions from cl-lib, but this
;; dependency was swapped around so that it will be easier to make
;; seq.el preloaded in the future. See also Bug#39761#26.
;; dependency was swapped around so that it's easier to make seq.el
;; preloaded. See also Bug#39761#26.
(defmacro seq-doseq (spec &rest body)
"Loop over a sequence.