diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-12 17:15:47 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-08-12 17:15:52 +0200 |
commit | 0d04ceca2e41f1b4e69b75b7d59a11f93cc73430 (patch) | |
tree | 1e81b848f228e856f9675c1b32a4f927c04b9580 /lisp/minibuffer.el | |
parent | afc945d0c96c37796df840a5529e54886e56c0b9 (diff) | |
download | emacs-0d04ceca2e41f1b4e69b75b7d59a11f93cc73430.tar.gz emacs-0d04ceca2e41f1b4e69b75b7d59a11f93cc73430.tar.bz2 emacs-0d04ceca2e41f1b4e69b75b7d59a11f93cc73430.zip |
Further tweak minibuffer-inactive-mode doc string
* lisp/minibuffer.el (minibuffer-inactive-mode): Mention
`minibuffer-exit-hook' (bug#13641).
Diffstat (limited to 'lisp/minibuffer.el')
-rw-r--r-- | lisp/minibuffer.el | 3 |
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) |