aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/sequences.texi6
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
498arguments. This is a special feature to make it easy to access the entire 498arguments. This is a special feature to make it easy to access the entire
499contents of a byte-code function object. @xref{Byte-Code Objects}. 499contents of a byte-code function object. @xref{Byte-Code Objects}.
500 500
501In Emacs versions before 21, the @code{vconcat} function allowed
502integers as arguments, converting them to strings of digits, but that
503feature has been eliminated. The proper way to convert an integer to
504a decimal number in this way is with @code{format} (@pxref{Formatting
505Strings}) or @code{number-to-string} (@pxref{String Conversion}).
506
507For other concatenation functions, see @code{mapconcat} in @ref{Mapping 501For other concatenation functions, see @code{mapconcat} in @ref{Mapping
508Functions}, @code{concat} in @ref{Creating Strings}, and @code{append} 502Functions}, @code{concat} in @ref{Creating Strings}, and @code{append}
509in @ref{Building Lists}. 503in @ref{Building Lists}.