diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 9387cf1..35d5ac1 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -57,7 +57,7 @@ Ready for use with `after-focus-change-function'." | |||
57 | 57 | ||
58 | ;;; Garbage collection hacks | 58 | ;;; Garbage collection hacks |
59 | 59 | ||
60 | (defconst acdw/gc-cons-threshold-basis (* 800 1024 1024) | 60 | (defconst acdw/gc-cons-threshold-basis (* 800 1024) |
61 | "Basis value for `gc-cons-threshold' to return to after jumping. | 61 | "Basis value for `gc-cons-threshold' to return to after jumping. |
62 | 800 KB is Emacs's default.") | 62 | 800 KB is Emacs's default.") |
63 | 63 | ||