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:
parent
3861bdcd9e
commit
7652ade0b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue