Function: copy-list
copy-list is a function alias for cl-copy-list, defined in
cl-lib.el.gz.
This function is obsolete since 27.1; use cl-copy-list instead.
Signature
(copy-list LIST)
Documentation
Return a copy of LIST, which may be a dotted list.
The elements of LIST are not copied, just the list structure itself.
Aliases
copy-list (obsolete since 27.1)