From 7652ade0b6832652433bca35c400e4bb6697f423 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 14 Nov 2002 14:15:07 +0000 Subject: [PATCH] (Fcopy_sequence): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index e55e5fbc24c..d693aade503 100644 --- a/src/fns.c +++ b/src/fns.c @@ -466,7 +466,7 @@ copy_sub_char_table (arg) DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0, - doc: /* Return a copy of a list, vector or string. + doc: /* Return a copy of a list, vector, string or char-table. The elements of a list or vector are not copied; they are shared with the original. */) (arg) -- 2.39.2