aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 2 insertions, 1 deletions
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) */)
734DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0, 734DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0,
735 doc: /* Return a copy of a list, vector, string, char-table or record. 735 doc: /* Return a copy of a list, vector, string, char-table or record.
736The elements of a list, vector or record are not copied; they are 736The elements of a list, vector or record are not copied; they are
737shared with the original. 737shared with the original. See Info node `(elisp) Sequence Functions'
738for more details about this sharing and its effects.
738If the original sequence is empty, this function may return 739If the original sequence is empty, this function may return
739the same empty object instead of its copy. */) 740the same empty object instead of its copy. */)
740 (Lisp_Object arg) 741 (Lisp_Object arg)