# HG changeset patch # User Richard M. Stallman # Date 714980703 0 # Node ID c17a6750293c252c0c9513dd4a5922238c4ad72b # Parent 8b201fcaa5922b767020c1a53c5aab4513d54051 (Fappend): Doc fix. diff -r 8b201fcaa592 -r c17a6750293c src/fns.c --- 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;