diff options
| author | Dave Love | 2002-11-14 14:15:07 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-14 14:15:07 +0000 |
| commit | 7652ade0b6832652433bca35c400e4bb6697f423 (patch) | |
| tree | 14f5fe3b6b2c41b71cfcc16ba7fdc22244ef618b | |
| parent | 3861bdcd9ef21f5eee7f641148ff006ba8c023b7 (diff) | |
| download | emacs-7652ade0b6832652433bca35c400e4bb6697f423.tar.gz emacs-7652ade0b6832652433bca35c400e4bb6697f423.zip | |
(Fcopy_sequence): Doc fix.
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -466,7 +466,7 @@ copy_sub_char_table (arg) | |||
| 466 | 466 | ||
| 467 | 467 | ||
| 468 | DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0, | 468 | DEFUN ("copy-sequence", Fcopy_sequence, Scopy_sequence, 1, 1, 0, |
| 469 | doc: /* Return a copy of a list, vector or string. | 469 | doc: /* Return a copy of a list, vector, string or char-table. |
| 470 | The elements of a list or vector are not copied; they are shared | 470 | The elements of a list or vector are not copied; they are shared |
| 471 | with the original. */) | 471 | with the original. */) |
| 472 | (arg) | 472 | (arg) |