mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
(Flist): Reindent.
(Fvector): Likewise.
This commit is contained in:
parent
62c1ae94c9
commit
eae936e2c8
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2001-11-13 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* alloc.c (Flist): Reindent.
|
||||
(Fvector): Likewise.
|
||||
|
||||
2001-11-12 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* xterm.c (XTread_socket): Don't update focus for EnterNotify or
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue