aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/sequences.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/sequences.texi')
-rw-r--r--doc/lispref/sequences.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index c9e47624878..4c5525f10c5 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -1583,7 +1583,7 @@ nonempty vector that is not @code{eq} to any existing vector.
1583 1583
1584The @code{vconcat} function also allows byte-code function objects as 1584The @code{vconcat} function also allows byte-code function objects as
1585arguments. This is a special feature to make it easy to access the entire 1585arguments. This is a special feature to make it easy to access the entire
1586contents of a byte-code function object. @xref{Byte-Code Objects}. 1586contents of a byte-code function object. @xref{Closure Objects}.
1587 1587
1588For other concatenation functions, see @code{mapconcat} in @ref{Mapping 1588For other concatenation functions, see @code{mapconcat} in @ref{Mapping
1589Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} 1589Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}