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 fd7d6519757..06ac8c5f569 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -172,8 +172,8 @@ list. However, the actual values of the properties are shared.
172@xref{Text Properties}. 172@xref{Text Properties}.
173 173
174See also @code{append} in @ref{Building Lists}, @code{concat} in 174See also @code{append} in @ref{Building Lists}, @code{concat} in
175@ref{Creating Strings}, and @code{vconcat} in @ref{Vectors}, for other 175@ref{Creating Strings}, and @code{vconcat} in @ref{Vector Functions},
176ways to copy sequences. 176for other ways to copy sequences.
177 177
178@example 178@example
179@group 179@group