diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-07-19 16:41:54 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-07-19 16:41:54 +0200 |
commit | 3094c12c45a60203052fc1fac1b793b982cdd787 (patch) | |
tree | b1f7abbe638f82d428aab40a0a40fdfab2229dad /doc/lispref/hooks.texi | |
parent | 6336c18e5c9270d745e42b516c35ef0816f67f9b (diff) | |
download | emacs-3094c12c45a60203052fc1fac1b793b982cdd787.tar.gz emacs-3094c12c45a60203052fc1fac1b793b982cdd787.tar.bz2 emacs-3094c12c45a60203052fc1fac1b793b982cdd787.zip |
Fix documentation of mouse-leave-buffer-hook
* doc/lispref/hooks.texi (Standard Hooks): Ditto.
* src/callint.c (syms_of_callint): Document the actual usage of
`mouse-leave-buffer-hook' (bug#2932).
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r-- | doc/lispref/hooks.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi index b1c7e613719..394928454b0 100644 --- a/doc/lispref/hooks.texi +++ b/doc/lispref/hooks.texi @@ -184,7 +184,7 @@ The command loop runs this soon after @code{post-command-hook} (q.v.). @item mouse-leave-buffer-hook @vindex mouse-leave-buffer-hook -Hook run when about to switch windows with a mouse command. +Hook run when the user mouse-clicks in a window. @item mouse-position-function @xref{Mouse Position}. |