summaryrefslogtreecommitdiff
path: root/doc/emacs/mini.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-12-09 00:45:50 +0200
committerJuri Linkov <juri@linkov.net>2019-12-09 00:45:50 +0200
commit7c2c24a1aa0df7cc683dbe5ab261a0b0f11b2fc0 (patch)
treecdd77e424c4dc00470c4496ba90fd2658a630ee8 /doc/emacs/mini.texi
parent252e5a88523e119475cfee933b161fdd0b977831 (diff)
downloademacs-7c2c24a1aa0df7cc683dbe5ab261a0b0f11b2fc0.tar.gz
* doc/emacs/mini.texi (Minibuffer Edit): Add minibuffer-depth-indicate-mode.
* doc/emacs/search.texi (Regexp Backslash): Change xref from "(elisp) Syntax Tables" to "(elisp) Syntax Class Table". * doc/lispref/display.texi (Other Display Specs): Change xref from "Images" to "Image Descriptors". (bug#38519)
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r--doc/emacs/mini.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 820d3baad13..bf969dd02d2 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -222,9 +222,13 @@ can also scroll the help text with @kbd{M-@key{PageUp}} and
possible completions. @xref{Other Window}.
@vindex enable-recursive-minibuffers
+@findex minibuffer-depth-indicate-mode
Emacs normally disallows most commands that use the minibuffer while
the minibuffer is active. To allow such commands in the minibuffer,
set the variable @code{enable-recursive-minibuffers} to @code{t}.
+You might need also to enable @code{minibuffer-depth-indicate-mode}
+to show the current recursion depth in the minibuffer prompt
+on recursive use of the minibuffer.
@findex minibuffer-inactive-mode
When not active, the minibuffer is in @code{minibuffer-inactive-mode},