Mercurial > emacs
changeset 48320:de5246a3655a
(Fcopy_sequence): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Nov 2002 14:15:07 +0000 |
parents | e140ab04c876 |
children | 7cb3626d9e34 |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)