mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Fix shortdoc for seq-concatenate (bug#80810).
This commit is contained in:
parent
6731146e44
commit
17f755366e
1 changed files with 1 additions and 0 deletions
|
|
@ -998,6 +998,7 @@
|
|||
:eval (seq-some #'floatp '(1 2.0 3)))
|
||||
"Building Sequences"
|
||||
(seq-concatenate
|
||||
:args (type &rest sequences)
|
||||
:eval (seq-concatenate 'vector '(1 2) '(c d)))
|
||||
(seq-copy
|
||||
:eval (seq-copy '(a 2)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue