changeset 1037:c17a6750293c

(Fappend): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Aug 1992 05:45:03 +0000
parents 8b201fcaa592
children 59fa7697bb14
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Fri Aug 28 03:34:22 1992 +0000
+++ b/src/fns.c	Fri Aug 28 05:45:03 1992 +0000
@@ -184,7 +184,7 @@
   "Concatenate all the arguments and make the result a list.\n\
 The result is a list whose elements are the elements of all the arguments.\n\
 Each argument may be a list, vector or string.\n\
-The last argument is not copied if it is a list.")
+The last argument is not copied, just used as the tail of the new list.")
   (nargs, args)
      int nargs;
      Lisp_Object *args;