diff options
| author | Richard M. Stallman | 2003-08-06 01:42:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-08-06 01:42:14 +0000 |
| commit | ad833e10b8d9ad538cc6e1327f79a746d72f7cdb (patch) | |
| tree | e606eaf041a4c1f7240ec05f9d7ad17780a2d98b | |
| parent | 2d9c250253da6a896f6d5203ba2124579f105b8d (diff) | |
| download | emacs-ad833e10b8d9ad538cc6e1327f79a746d72f7cdb.tar.gz emacs-ad833e10b8d9ad538cc6e1327f79a746d72f7cdb.zip | |
(Creating Strings): Fix xref for vconcat.
| -rw-r--r-- | lispref/strings.texi | 2 |
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 | |||
| 255 | 255 | ||
| 256 | For information about other concatenation functions, see the | 256 | For information about other concatenation functions, see the |
| 257 | description of @code{mapconcat} in @ref{Mapping Functions}, | 257 | description of @code{mapconcat} in @ref{Mapping Functions}, |
| 258 | @code{vconcat} in @ref{Vectors}, and @code{append} in @ref{Building | 258 | @code{vconcat} in @ref{Vector Functions}, and @code{append} in @ref{Building |
| 259 | Lists}. | 259 | Lists}. |
| 260 | @end defun | 260 | @end defun |
| 261 | 261 | ||