1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

(Creating Strings): Fix xref for vconcat.

This commit is contained in:
Richard M. Stallman 2003-08-06 01:42:14 +00:00
parent 2d9c250253
commit ad833e10b8

View 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