# HG changeset patch # User Chong Yidong # Date 1235262017 0 # Node ID d23669b68ef263949dc99fbc8bd09000f1faa234 # Parent 35c54fe56072c1cd33130273e7a5efa4a012799c (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'. diff -r 35c54fe56072 -r d23669b68ef2 doc/lispref/sequences.texi --- 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}.