aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
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
6270DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, 6270DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe,
6271Sgarbage_collect_maybe, 1, 1, "", 6271Sgarbage_collect_maybe, 1, 1, 0,
6272 doc: /* Call `garbage-collect' if enough allocation happened. 6272 doc: /* Call `garbage-collect' if enough allocation happened.
6273FACTOR determines what "enough" means here: 6273FACTOR determines what "enough" means here:
6274If FACTOR is a positive number N, it means to run GC if more than 6274If FACTOR is a positive number N, it means to run GC if more than