emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref sequences.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref sequences.texi
Date: Sun, 22 Feb 2009 00:20:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/02/22 00:20:18

Modified files:
        doc/lispref    : sequences.texi 

Log message:
        (Vector Functions): Remove obsolete Emacs 20 use of `vconcat'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/sequences.texi?cvsroot=emacs&r1=1.7&r2=1.8

Patches:
Index: sequences.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/sequences.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- sequences.texi      8 Jan 2009 05:29:01 -0000       1.7
+++ sequences.texi      22 Feb 2009 00:20:17 -0000      1.8
@@ -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}.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]