]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcopy_sequence): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:07 +0000 (14:15 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:07 +0000 (14:15 +0000)
src/fns.c

index e55e5fbc24cd7da89cfd0e2195becdb39ed3d41b..d693aade503f437bdb312b5004d224a8aff24113 100644 (file)
--- 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)