Say not to use concat for integers.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Mar 1995 05:44:53 +0000 (05:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Mar 1995 05:44:53 +0000 (05:44 +0000)
lispref/strings.texi

index cbe4034..1ca59d8 100644 (file)
@@ -218,11 +218,11 @@ not @code{eq} to any existing string.
 
 When an argument is an integer (not a sequence of integers), it is
 converted to a string of digits making up the decimal printed
-representation of the integer.  This special case exists for
-compatibility with Mocklisp, and we don't recommend you take advantage
-of it.  If you want to convert an integer to digits in this way, use
-@code{format} (@pxref{Formatting Strings}) or @code{number-to-string}
-(@pxref{String Conversion}).
+representation of the integer.  @string{Don't use this feature---it
+exists for historical compatibility only, and we plan to change it by
+and by.}  If you wish to convert an integer to a decimal number in this
+way, use @code{format} (@pxref{Formatting Strings}) or
+@code{number-to-string} (@pxref{String Conversion}).
 
 @example
 @group