From 0d04ceca2e41f1b4e69b75b7d59a11f93cc73430 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 12 Aug 2021 17:15:47 +0200 Subject: Further tweak minibuffer-inactive-mode doc string * lisp/minibuffer.el (minibuffer-inactive-mode): Mention `minibuffer-exit-hook' (bug#13641). --- lisp/minibuffer.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/minibuffer.el') diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index f193c420376..1e8e9fc6246 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -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) -- cgit v1.2.3