diff src/fns.c @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 7d55a9ba150c
children 585fb297b004
line wrap: on
line diff
--- a/src/fns.c	Mon Aug 13 09:24:19 2007 +0200
+++ b/src/fns.c	Mon Aug 13 09:25:29 2007 +0200
@@ -468,7 +468,7 @@
 DEFUN ("concat", Fconcat, 0, MANY, 0, /*
 Concatenate all the arguments and make the result a string.
 The result is a string whose elements are the elements of all the arguments.
-Each argument may be a string or a list or vector of characters (integers).
+Each argument may be a string or a list or vector of characters.
 
 Do not use individual integers as arguments!
 The behavior of `concat' in that case will be changed later!