aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
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)
466 466
467 467
468DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0, 468DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0,
469 doc: /* Return a copy of a list, vector or string. 469 doc: /* Return a copy of a list, vector, string or char-table.
470The elements of a list or vector are not copied; they are shared 470The elements of a list or vector are not copied; they are shared
471with the original. */) 471with the original. */)
472 (arg) 472 (arg)