]> git.eshelyaron.com Git - emacs.git/commitdiff
(Creating Strings): Fix xref for vconcat.
authorRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:42:14 +0000 (01:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 6 Aug 2003 01:42:14 +0000 (01:42 +0000)
lispref/strings.texi

index 681e76daea97c57cee44899147bb2ce231a64e7d..7483b5fc7d4abc3cf6cf2dc9ed18c94307b228af 100644 (file)
@@ -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