]> git.eshelyaron.com Git - emacs.git/commitdiff
Update seq.el comment
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 24 Jun 2022 09:15:19 +0000 (11:15 +0200)
committerLars 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

index 133d3c9e118abcbc2e0c4a83878ae49a87dc8bf2..947b64e86870d7f2801b69786c3c35f220db620c 100644 (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.