aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorYuuki Harano2021-04-18 15:30:29 +0900
committerYuuki Harano2021-04-18 15:30:29 +0900
commitde46c7796e635faf8647a7c6a5ae34fda9adae3b (patch)
tree1a2c5f85416a642300ca217b3d85ff1be5d9f35e /src/alloc.c
parentfb5f3e694b0f6e2bccfc2124555c986fdc409cd0 (diff)
parent5c07cd0f156217db268ccb9fa64566fb429c4257 (diff)
downloademacs-de46c7796e635faf8647a7c6a5ae34fda9adae3b.tar.gz
emacs-de46c7796e635faf8647a7c6a5ae34fda9adae3b.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
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 ab1e96e0bc6..efcf0a52f34 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6251,7 +6251,7 @@ For further details, see Info node `(elisp)Garbage Collection'. */)
6251} 6251}
6252 6252
6253DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, 6253DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe,
6254Sgarbage_collect_maybe, 1, 1, "", 6254Sgarbage_collect_maybe, 1, 1, 0,
6255 doc: /* Call `garbage-collect' if enough allocation happened. 6255 doc: /* Call `garbage-collect' if enough allocation happened.
6256FACTOR determines what "enough" means here: 6256FACTOR determines what "enough" means here:
6257If FACTOR is a positive number N, it means to run GC if more than 6257If FACTOR is a positive number N, it means to run GC if more than