changeset 52148:fc414ab16868

(Creating Strings): Fix xref for vconcat.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 2003 01:42:14 +0000
parents b111b96616f0
children 9928a29a3e80
files lispref/strings.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/strings.texi	Wed Aug 06 01:41:53 2003 +0000
+++ b/lispref/strings.texi	Wed Aug 06 01:42:14 2003 +0000
@@ -255,7 +255,7 @@
 
 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