diff options
| author | Chong Yidong | 2009-02-22 00:20:17 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-02-22 00:20:17 +0000 |
| commit | 5fbf8b28ee3bc4c1921eeaf2a33d64bd1888f024 (patch) | |
| tree | c16639bce5a4e51114246f1b3e677651f13b94f8 /doc/lispref | |
| parent | 01c36a8c65456177b388e70759b0e20f5e33ffc1 (diff) | |
| download | emacs-5fbf8b28ee3bc4c1921eeaf2a33d64bd1888f024.tar.gz emacs-5fbf8b28ee3bc4c1921eeaf2a33d64bd1888f024.zip | |
(Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/sequences.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi index ae1cd9194c4..fe74a42b98b 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -498,12 +498,6 @@ The @code{vconcat} function also allows byte-code function objects as | |||
| 498 | arguments. This is a special feature to make it easy to access the entire | 498 | arguments. This is a special feature to make it easy to access the entire |
| 499 | contents of a byte-code function object. @xref{Byte-Code Objects}. | 499 | contents of a byte-code function object. @xref{Byte-Code Objects}. |
| 500 | 500 | ||
| 501 | In Emacs versions before 21, the @code{vconcat} function allowed | ||
| 502 | integers as arguments, converting them to strings of digits, but that | ||
| 503 | feature has been eliminated. The proper way to convert an integer to | ||
| 504 | a decimal number in this way is with @code{format} (@pxref{Formatting | ||
| 505 | Strings}) or @code{number-to-string} (@pxref{String Conversion}). | ||
| 506 | |||
| 507 | For other concatenation functions, see @code{mapconcat} in @ref{Mapping | 501 | For other concatenation functions, see @code{mapconcat} in @ref{Mapping |
| 508 | Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} | 502 | Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} |
| 509 | in @ref{Building Lists}. | 503 | in @ref{Building Lists}. |