changeset 44087:c8f919cc34e2

Clarify that mapconcat will also throw an error when it invokes concat on integers.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Mar 2002 13:30:14 +0000
parents 5da94d5db448
children d22891dea363
files etc/NEWS
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri Mar 22 13:21:31 2002 +0000
+++ b/etc/NEWS	Fri Mar 22 13:30:14 2002 +0000
@@ -3194,7 +3194,8 @@
 `before-change-functions' and `after-change-functions' instead.
 
 ** Code that uses `concat' with integer args now gets an error, as
-long promised.
+long promised.  So does any code that uses derivatives of `concat',
+such as `mapconcat'.
 
 ** The function base64-decode-string now always returns a unibyte
 string.