aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2002-11-14 14:15:07 +0000
committerDave Love2002-11-14 14:15:07 +0000
commit7652ade0b6832652433bca35c400e4bb6697f423 (patch)
tree14f5fe3b6b2c41b71cfcc16ba7fdc22244ef618b
parent3861bdcd9ef21f5eee7f641148ff006ba8c023b7 (diff)
downloademacs-7652ade0b6832652433bca35c400e4bb6697f423.tar.gz
emacs-7652ade0b6832652433bca35c400e4bb6697f423.zip
(Fcopy_sequence): Doc fix.
-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)