diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index fee8cc08aa4..76d8c7ddd11 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6268,7 +6268,7 @@ For further details, see Info node `(elisp)Garbage Collection'. */) | |||
| 6268 | } | 6268 | } |
| 6269 | 6269 | ||
| 6270 | DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, | 6270 | DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, |
| 6271 | Sgarbage_collect_maybe, 1, 1, "", | 6271 | Sgarbage_collect_maybe, 1, 1, 0, |
| 6272 | doc: /* Call `garbage-collect' if enough allocation happened. | 6272 | doc: /* Call `garbage-collect' if enough allocation happened. |
| 6273 | FACTOR determines what "enough" means here: | 6273 | FACTOR determines what "enough" means here: |
| 6274 | If FACTOR is a positive number N, it means to run GC if more than | 6274 | If FACTOR is a positive number N, it means to run GC if more than |