# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 1058198712 0
# Node ID 803b9aa5604ea96d01966eb3b35e15ce97d4d7cb
# Parent  a05f231944715300f6ca58a0dfa6b32704c44222
(Killing Buffers): kill-buffer-hook is perm local.

diff -r a05f23194471 -r 803b9aa5604e lispref/buffers.texi
--- 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