emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/internals.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/internals.texi
Date: Mon, 14 Jul 2003 12:03:48 -0400

Index: emacs/lispref/internals.texi
diff -c emacs/lispref/internals.texi:1.28 emacs/lispref/internals.texi:1.29
*** emacs/lispref/internals.texi:1.28   Wed Apr 23 22:01:11 2003
--- emacs/lispref/internals.texi        Mon Jul 14 12:03:48 2003
***************
*** 339,344 ****
--- 339,350 ----
  @code{nil}, meaning there are no such messages.
  @end defopt
  
+ @defvar post-gc-hook
+ This is a normal hook that is run at the end of garbage collection.
+ Garbage collection is inhibited while the hook functions run, so be
+ careful writing them.
+ @end defvar
+ 
  @defopt gc-cons-threshold
  The value of this variable is the number of bytes of storage that must
  be allocated for Lisp objects after one garbage collection in order to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]