summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lispref/strings.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/strings.texi b/lispref/strings.texi
index 681e76daea9..7483b5fc7d4 100644
--- a/lispref/strings.texi
+++ b/lispref/strings.texi
@@ -255,7 +255,7 @@ printed form is with @code{format} (@pxref{Formatting Strings}) or
For information about other concatenation functions, see the
description of @code{mapconcat} in @ref{Mapping Functions},
-@code{vconcat} in @ref{Vectors}, and @code{append} in @ref{Building
+@code{vconcat} in @ref{Vector Functions}, and @code{append} in @ref{Building
Lists}.
@end defun