changeset 102180:d23669b68ef2

(Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 22 Feb 2009 00:20:17 +0000
parents 35c54fe56072
children 8cd0e73c30f7
files doc/lispref/sequences.texi
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/sequences.texi	Sun Feb 22 00:19:57 2009 +0000
+++ b/doc/lispref/sequences.texi	Sun Feb 22 00:20:17 2009 +0000
@@ -498,12 +498,6 @@
 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}.