1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

(Fcopy_sequence): Doc fix.

This commit is contained in:
Dave Love 2002-11-14 14:15:07 +00:00
parent 3861bdcd9e
commit 7652ade0b6

View file

@ -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)