diff options
Diffstat (limited to 'src')
| -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) |