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:
parent
e193ea3c34
commit
0c784a483f
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue