diff options
| author | Richard M. Stallman | 2006-07-24 17:58:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-24 17:58:38 +0000 |
| commit | 5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4 (patch) | |
| tree | f199f3d87d711115290b206d2ef3b38226d2dc49 | |
| parent | b77806b78f67527a3e025c6e3d8db0582cd40a63 (diff) | |
| download | emacs-5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4.tar.gz emacs-5e6f234c03df7e092b6ce40b84c8b3fb4d8e99f4.zip | |
(Vector Functions): Delete duplicate xref.
| -rw-r--r-- | lispref/sequences.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi index 9efd38e3abe..35cff43739d 100644 --- a/lispref/sequences.texi +++ b/lispref/sequences.texi | |||
| @@ -513,8 +513,8 @@ Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} | |||
| 513 | in @ref{Building Lists}. | 513 | in @ref{Building Lists}. |
| 514 | @end defun | 514 | @end defun |
| 515 | 515 | ||
| 516 | The @code{append} function provides a way to convert a vector into a | 516 | The @code{append} function also provides a way to convert a vector into a |
| 517 | list with the same elements (@pxref{Building Lists}): | 517 | list with the same elements: |
| 518 | 518 | ||
| 519 | @example | 519 | @example |
| 520 | @group | 520 | @group |