changeset 51925:803b9aa5604e

(Killing Buffers): kill-buffer-hook is perm local.
author Richard M. Stallman <rms@gnu.org>
date Mon, 14 Jul 2003 16:05:12 +0000
parents a05f23194471
children 402fb9100d33
files lispref/buffers.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/buffers.texi	Mon Jul 14 16:04:44 2003 +0000
+++ b/lispref/buffers.texi	Mon Jul 14 16:05:12 2003 +0000
@@ -938,7 +938,8 @@
 This is a normal hook run by @code{kill-buffer} after asking all the
 questions it is going to ask, just before actually killing the buffer.
 The buffer to be killed is current when the hook functions run.
-@xref{Hooks}.
+@xref{Hooks}.  This variable is a permanent local, so its local binding
+is not cleared by changing major modes.
 @end defvar
 
 @defvar buffer-offer-save