aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/sequences.texi4
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}
513in @ref{Building Lists}. 513in @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
517list with the same elements (@pxref{Building Lists}): 517list with the same elements:
518 518
519@example 519@example
520@group 520@group