From a8c8a4e3680d76254427844b707bb397d77c3984 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 16 Aug 2023 15:42:24 +0300 Subject: [PATCH] ; * src/fns.c (Fcopy_sequence): Doc fix. (Bug#64960) --- src/fns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index af5f9479a36..6d248b29824 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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) -- 2.39.2