]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flist): Reindent.
authorPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 06:55:42 +0000 (06:55 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 13 Nov 2001 06:55:42 +0000 (06:55 +0000)
(Fvector): Likewise.

src/ChangeLog
src/alloc.c

index 83ea2f50484b8aaff575d55878d90eaf3ed72fb7..893677d965b2b453fc8b1d3a58f794176f66f6b4 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-13  Pavel Jan\e,Bm\e(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
index 3545f5256f28cd52c69fd29248a1dcfccecc2d87..94ad4d59df719a0723fc520be20fca0d0939bc2b 100644 (file)
@@ -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)