projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e193ea3
)
Update seq.el comment
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 24 Jun 2022 09:15:19 +0000
(11:15 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 24 Jun 2022 09:15:19 +0000
(11:15 +0200)
* lisp/emacs-lisp/seq.el: Update comment.
lisp/emacs-lisp/seq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/seq.el
b/lisp/emacs-lisp/seq.el
index 133d3c9e118abcbc2e0c4a83878ae49a87dc8bf2..947b64e86870d7f2801b69786c3c35f220db620c 100644
(file)
--- a/
lisp/emacs-lisp/seq.el
+++ b/
lisp/emacs-lisp/seq.el
@@
-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.