[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master ab9cb08 1/2: Mention quit-window-hook in "Standard
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master ab9cb08 1/2: Mention quit-window-hook in "Standard Hooks" |
Date: |
Wed, 21 Aug 2019 16:23:08 -0400 (EDT) |
branch: master
commit ab9cb08ebba1cb85d45065887f5dcc2cdafbb5df
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Mention quit-window-hook in "Standard Hooks"
* doc/lispref/hooks.texi (Standard Hooks): Mention
quit-window-hook (bug#9867).
---
doc/lispref/hooks.texi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi
index f775aa4..4542db9 100644
--- a/doc/lispref/hooks.texi
+++ b/doc/lispref/hooks.texi
@@ -160,6 +160,9 @@ The command loop runs this soon after
@code{post-command-hook} (q.v.).
@item frame-auto-hide-function
@xref{Quitting Windows}.
+@item quit-window-hook
+@xref{Quitting Windows}.
+
@item kill-buffer-hook
@itemx kill-buffer-query-functions
@xref{Killing Buffers}.