From: Dave Love Date: Thu, 14 Nov 2002 14:15:07 +0000 (+0000) Subject: (Fcopy_sequence): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~12455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7652ade0b6832652433bca35c400e4bb6697f423;p=emacs.git (Fcopy_sequence): Doc fix. --- 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)