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 e72fc4c4332..00c1fd3148e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6248,7 +6248,7 @@ For further details, see Info node `(elisp)Garbage Collection'. */) | |||
| 6248 | } | 6248 | } |
| 6249 | 6249 | ||
| 6250 | DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, | 6250 | DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, |
| 6251 | Sgarbage_collect_maybe, 1, 1, "", | 6251 | Sgarbage_collect_maybe, 1, 1, 0, |
| 6252 | doc: /* Call `garbage-collect' if enough allocation happened. | 6252 | doc: /* Call `garbage-collect' if enough allocation happened. |
| 6253 | FACTOR determines what "enough" means here: | 6253 | FACTOR determines what "enough" means here: |
| 6254 | If FACTOR is a positive number N, it means to run GC if more than | 6254 | If FACTOR is a positive number N, it means to run GC if more than |