]> git.eshelyaron.com Git - emacs.git/commitdiff
Further tweak minibuffer-inactive-mode doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Aug 2021 15:15:47 +0000 (17:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Aug 2021 15:15:52 +0000 (17:15 +0200)
* lisp/minibuffer.el (minibuffer-inactive-mode): Mention
`minibuffer-exit-hook' (bug#13641).

lisp/minibuffer.el

index f193c420376003c9aada34e5a50f538d743e31f5..1e8e9fc6246efaa014a5c36ebe20125d1aa36190 100644 (file)
@@ -2713,7 +2713,8 @@ you might expect.  For instance, typing `M-x' may change the
 buffer to this mode, then to a different mode, and then back
 again to this mode upon exit.  Code running from
 `minibuffer-inactive-mode-hook' has to be prepared to run
-multiple times per minibuffer invocation.")
+multiple times per minibuffer invocation.  Also see
+`minibuffer-exit-hook'.")
 
 (defvaralias 'minibuffer-mode-map 'minibuffer-local-map)