diff options
| -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 |