From: Lars Ingebrigtsen Date: Fri, 24 Jun 2022 09:15:19 +0000 (+0200) Subject: Update seq.el comment X-Git-Tag: emacs-29.0.90~1447^2~1496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c784a483f98d6bea4d955a99bbf5ea6faf80acf;p=emacs.git Update seq.el comment * lisp/emacs-lisp/seq.el: Update comment. --- diff --git a/lisp/emacs-lisp/seq.el b/lisp/emacs-lisp/seq.el index 133d3c9e118..947b64e8687 100644 --- 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.