aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index d39e59a8c47..855e20b78b4 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -184,7 +184,7 @@ DEFUN ("append", Fappend, Sappend, 0, MANY, 0,
184 "Concatenate all the arguments and make the result a list.\n\ 184 "Concatenate all the arguments and make the result a list.\n\
185The result is a list whose elements are the elements of all the arguments.\n\ 185The result is a list whose elements are the elements of all the arguments.\n\
186Each argument may be a list, vector or string.\n\ 186Each argument may be a list, vector or string.\n\
187The last argument is not copied if it is a list.") 187The last argument is not copied, just used as the tail of the new list.")
188 (nargs, args) 188 (nargs, args)
189 int nargs; 189 int nargs;
190 Lisp_Object *args; 190 Lisp_Object *args;