Add a comment about cl-concatenate
* lisp/emacs-lisp/cl-extra.el (cl-concatenate): Add a comment.
This commit is contained in:
parent
ab2b822b9b
commit
5ee959aa87
1 changed files with 3 additions and 0 deletions
|
@ -553,6 +553,9 @@ too large if positive or too small if negative)."
|
||||||
,new)))))
|
,new)))))
|
||||||
(seq-subseq seq start end))
|
(seq-subseq seq start end))
|
||||||
|
|
||||||
|
;;; This isn't a defalias because autoloading defalises doesn't work
|
||||||
|
;;; very well.
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun cl-concatenate (type &rest sequences)
|
(defun cl-concatenate (type &rest sequences)
|
||||||
"Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.
|
"Concatenate, into a sequence of type TYPE, the argument SEQUENCEs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue