; * src/fns.c (Fcopy_sequence): Doc fix. (Bug#64960)
This commit is contained in:
parent
205d87cdca
commit
a8c8a4e368
1 changed files with 2 additions and 1 deletions
|
@ -734,7 +734,8 @@ usage: (vconcat &rest SEQUENCES) */)
|
|||
DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0,
|
||||
doc: /* Return a copy of a list, vector, string, char-table or record.
|
||||
The elements of a list, vector or record are not copied; they are
|
||||
shared with the original.
|
||||
shared with the original. See Info node `(elisp) Sequence Functions'
|
||||
for more details about this sharing and its effects.
|
||||
If the original sequence is empty, this function may return
|
||||
the same empty object instead of its copy. */)
|
||||
(Lisp_Object arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue