X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fgc.lisp;h=776acdd8b37bb3f1e05930d3716384a6374d5fc4;hb=a74b0bdb483504f6faddf8089f848f61ed94b92a;hp=1d87564fa710a4f77bc197025dd31e6618ea3359;hpb=904d96b38f7035ff93ff56588e72b65b189800c8;p=sbcl.git diff --git a/src/code/gc.lisp b/src/code/gc.lisp index 1d87564..776acdd 100644 --- a/src/code/gc.lisp +++ b/src/code/gc.lisp @@ -244,7 +244,7 @@ and submit it as a patch." (finish-output notify-stream)) (defparameter *gc-notify-before* #'default-gc-notify-before #!+sb-doc - "This function bound to this variable is invoked before GC'ing (unless + "The function bound to this variable is invoked before GC'ing (unless *GC-NOTIFY-STREAM* is NIL) with the value of *GC-NOTIFY-STREAM* and current amount of dynamic usage (in bytes). It should notify the user that the system is going to GC.")