Mercurial > emacs
diff src/fns.c @ 48320:de5246a3655a
(Fcopy_sequence): Doc fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 14 Nov 2002 14:15:07 +0000 |
| parents | 72cb4aac550e |
| children | 9bcf5686b357 |
line wrap: on
line diff
--- a/src/fns.c Thu Nov 14 14:14:01 2002 +0000 +++ b/src/fns.c Thu Nov 14 14:15:07 2002 +0000 @@ -466,7 +466,7 @@ 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)
