(Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 22 Feb 2009 00:20:17 +0000 (00:20 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 22 Feb 2009 00:20:17 +0000 (00:20 +0000)
doc/lispref/sequences.texi

index ae1cd91..fe74a42 100644 (file)
@@ -498,12 +498,6 @@ The @code{vconcat} function also allows byte-code function objects as
 arguments.  This is a special feature to make it easy to access the entire
 contents of a byte-code function object.  @xref{Byte-Code Objects}.
 
-In Emacs versions before 21, the @code{vconcat} function allowed
-integers as arguments, converting them to strings of digits, but that
-feature has been eliminated.  The proper way to convert an integer to
-a decimal number in this way is with @code{format} (@pxref{Formatting
-Strings}) or @code{number-to-string} (@pxref{String Conversion}).
-
 For other concatenation functions, see @code{mapconcat} in @ref{Mapping
 Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
 in @ref{Building Lists}.