summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-08-12 17:15:47 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-08-12 17:15:52 +0200
commit0d04ceca2e41f1b4e69b75b7d59a11f93cc73430 (patch)
tree1e81b848f228e856f9675c1b32a4f927c04b9580
parentafc945d0c96c37796df840a5529e54886e56c0b9 (diff)
Further tweak minibuffer-inactive-mode doc string
* lisp/minibuffer.el (minibuffer-inactive-mode): Mention `minibuffer-exit-hook' (bug#13641).
-rw-r--r--lisp/minibuffer.el3
1 files changed, 2 insertions, 1 deletions
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)