changeset 5664:e94f93aef529

(Fconcat): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Jan 1994 23:23:42 +0000
parents 106b44428a80
children 83b4ead7031f
files src/fns.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Sat Jan 22 23:28:43 1994 +0000
+++ b/src/fns.c	Sun Jan 23 23:23:42 1994 +0000
@@ -198,7 +198,8 @@
 DEFUN ("concat", Fconcat, Sconcat, 0, MANY, 0,
   "Concatenate all the arguments and make the result a string.\n\
 The result is a string whose elements are the elements of all the arguments.\n\
-Each argument may be a string, a list of numbers, or a vector of numbers.")
+Each argument may be a string, a list of characters (integers),\n\
+or a vector of characters (integers).")
   (nargs, args)
      int nargs;
      Lisp_Object *args;