# HG changeset patch # User Richard M. Stallman # Date 1060134134 0 # Node ID fc414ab16868cb0bf8d67c9bfa363e342519166c # Parent b111b96616f038423435403b145c4f6ac18ae5b5 (Creating Strings): Fix xref for vconcat. diff -r b111b96616f0 -r fc414ab16868 lispref/strings.texi --- 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