From: Pavel Janík Date: Tue, 13 Nov 2001 06:55:42 +0000 (+0000) Subject: (Flist): Reindent. X-Git-Tag: ttn-vms-21-2-B4~18620 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eae936e2c83821d12cc043cfd2c7a56cec97a258;p=emacs.git (Flist): Reindent. (Fvector): Likewise. --- diff --git a/src/ChangeLog b/src/ChangeLog index 83ea2f50484..893677d965b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-11-13 Pavel Jan,Bm(Bk + + * alloc.c (Flist): Reindent. + (Fvector): Likewise. + 2001-11-12 Richard M. Stallman * xterm.c (XTread_socket): Don't update focus for EnterNotify or diff --git a/src/alloc.c b/src/alloc.c index 3545f5256f2..94ad4d59df7 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2130,7 +2130,7 @@ list5 (arg1, arg2, arg3, arg4, arg5) DEFUN ("list", Flist, Slist, 0, MANY, 0, - doc: /* Return a newly created list with specified arguments as elements. + doc: /* Return a newly created list with specified arguments as elements. Any number of arguments, even zero arguments, are allowed. usage: (list &rest OBJECTS) */) (nargs, args) @@ -2403,7 +2403,7 @@ make_sub_char_table (defalt) DEFUN ("vector", Fvector, Svector, 0, MANY, 0, - doc: /* Return a newly created vector with specified arguments as elements. + doc: /* Return a newly created vector with specified arguments as elements. Any number of arguments, even zero arguments, are allowed. usage: (vector &rest OBJECTS) */) (nargs, args)