]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a comment about cl-concatenate
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Apr 2022 04:11:43 +0000 (06:11 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Apr 2022 04:11:51 +0000 (06:11 +0200)
* lisp/emacs-lisp/cl-extra.el (cl-concatenate): Add a comment.

lisp/emacs-lisp/cl-extra.el

index fd94554ca1935e4433e1566b599cc465a1c69c64..8e38df43c876d9f6a2199b34f830e25bc10ed570 100644 (file)
@@ -553,6 +553,9 @@ too large if positive or too small if negative)."
                        ,new)))))
   (seq-subseq seq start end))
 
+;;; This isn't a defalias because autoloading defalises doesn't work
+;;; very well.
+
 ;;;###autoload
 (defun cl-concatenate (type &rest sequences)
   "Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.