mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
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
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user