diff options
| author | Pavel Janík | 2001-11-13 06:55:42 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-11-13 06:55:42 +0000 |
| commit | eae936e2c83821d12cc043cfd2c7a56cec97a258 (patch) | |
| tree | 51dd6f6b4ade82f26b5d17d64f4f232ab295f2af /src/alloc.c | |
| parent | 62c1ae94c9e9091898d11e8fb99726bdeb114f74 (diff) | |
| download | emacs-eae936e2c83821d12cc043cfd2c7a56cec97a258.tar.gz emacs-eae936e2c83821d12cc043cfd2c7a56cec97a258.zip | |
(Flist): Reindent.
(Fvector): Likewise.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) | |||
| 2130 | 2130 | ||
| 2131 | 2131 | ||
| 2132 | DEFUN ("list", Flist, Slist, 0, MANY, 0, | 2132 | DEFUN ("list", Flist, Slist, 0, MANY, 0, |
| 2133 | doc: /* Return a newly created list with specified arguments as elements. | 2133 | doc: /* Return a newly created list with specified arguments as elements. |
| 2134 | Any number of arguments, even zero arguments, are allowed. | 2134 | Any number of arguments, even zero arguments, are allowed. |
| 2135 | usage: (list &rest OBJECTS) */) | 2135 | usage: (list &rest OBJECTS) */) |
| 2136 | (nargs, args) | 2136 | (nargs, args) |
| @@ -2403,7 +2403,7 @@ make_sub_char_table (defalt) | |||
| 2403 | 2403 | ||
| 2404 | 2404 | ||
| 2405 | DEFUN ("vector", Fvector, Svector, 0, MANY, 0, | 2405 | DEFUN ("vector", Fvector, Svector, 0, MANY, 0, |
| 2406 | doc: /* Return a newly created vector with specified arguments as elements. | 2406 | doc: /* Return a newly created vector with specified arguments as elements. |
| 2407 | Any number of arguments, even zero arguments, are allowed. | 2407 | Any number of arguments, even zero arguments, are allowed. |
| 2408 | usage: (vector &rest OBJECTS) */) | 2408 | usage: (vector &rest OBJECTS) */) |
| 2409 | (nargs, args) | 2409 | (nargs, args) |