aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-12 19:26:44 +0300
committerEli Zaretskii2018-06-12 19:26:44 +0300
commitd93ba8ddeb30bca74b306b6e768f6d20416e1802 (patch)
tree1bb1716f87e803e8b28218a67e4d891251672f09 /doc
parente9c189ccae342c63de2629c5a51d1f40d1a562b6 (diff)
downloademacs-d93ba8ddeb30bca74b306b6e768f6d20416e1802.tar.gz
emacs-d93ba8ddeb30bca74b306b6e768f6d20416e1802.zip
; Assorted documentation fixes in recent changes
* etc/NEWS: Minor copyedits of recent entries. * src/keyboard.c (Finternal_handle_focus_in): * lisp/frame.el (frame-focus-state): Doc fixes. * doc/lispref/hooks.texi (Standard Hooks): Mention after-delete-frame-functions.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/hooks.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi
index e374d02defb..0d50a293f26 100644
--- a/doc/lispref/hooks.texi
+++ b/doc/lispref/hooks.texi
@@ -124,6 +124,7 @@ The command loop runs this soon after @code{post-command-hook} (q.v.).
124@xref{Input Focus}. 124@xref{Input Focus}.
125 125
126@item delete-frame-functions 126@item delete-frame-functions
127@itemx after-delete-frame-functions
127@xref{Deleting Frames}. 128@xref{Deleting Frames}.
128 129
129@item delete-terminal-functions 130@item delete-terminal-functions