comparison 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
comparison
equal deleted inserted replaced
119:d101af7320b8 120:cca96a509cfe
466 } 466 }
467 467
468 DEFUN ("concat", Fconcat, 0, MANY, 0, /* 468 DEFUN ("concat", Fconcat, 0, MANY, 0, /*
469 Concatenate all the arguments and make the result a string. 469 Concatenate all the arguments and make the result a string.
470 The result is a string whose elements are the elements of all the arguments. 470 The result is a string whose elements are the elements of all the arguments.
471 Each argument may be a string or a list or vector of characters (integers). 471 Each argument may be a string or a list or vector of characters.
472 472
473 Do not use individual integers as arguments! 473 Do not use individual integers as arguments!
474 The behavior of `concat' in that case will be changed later! 474 The behavior of `concat' in that case will be changed later!
475 If your program passes an integer as an argument to `concat', 475 If your program passes an integer as an argument to `concat',
476 you should change it right away not to do so. 476 you should change it right away not to do so.