]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fconcat): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Jan 1994 23:23:42 +0000 (23:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Jan 1994 23:23:42 +0000 (23:23 +0000)
src/fns.c

index 1d44afadcd3b7bfc28747f645463898f073eb41d..ac42c96037bf5d0559854f55e1a60a7c0e27e036 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -198,7 +198,8 @@ The last argument is not copied, just used as the tail of the new list.")
 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;