diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-07-14 16:05:12 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-07-14 16:05:12 +0000 |
commit | fe740fd1bf9b764bc2bd941ebfb90bfad74a8b84 (patch) | |
tree | 4e2bcae60651d44503ff71ac533cb0f64d2fdec4 /lispref/buffers.texi | |
parent | 09f8df8d07b27f597705f175441270a2e013e942 (diff) | |
download | emacs-fe740fd1bf9b764bc2bd941ebfb90bfad74a8b84.tar.gz |
(Killing Buffers): kill-buffer-hook is perm local.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi index 201975ace54..8bfbf755a29 100644 --- a/lispref/buffers.texi +++ b/lispref/buffers.texi @@ -938,7 +938,8 @@ ask for confirmation from the user. If any of them returns @code{nil}, 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 |