diff options
| -rw-r--r-- | doc/lispref/hooks.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index f775aa4d4b0..4542db97306 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.). | |||
| 160 | @item frame-auto-hide-function | 160 | @item frame-auto-hide-function |
| 161 | @xref{Quitting Windows}. | 161 | @xref{Quitting Windows}. |
| 162 | 162 | ||
| 163 | @item quit-window-hook | ||
| 164 | @xref{Quitting Windows}. | ||
| 165 | |||
| 163 | @item kill-buffer-hook | 166 | @item kill-buffer-hook |
| 164 | @itemx kill-buffer-query-functions | 167 | @itemx kill-buffer-query-functions |
| 165 | @xref{Killing Buffers}. | 168 | @xref{Killing Buffers}. |