]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/mini.texi (Minibuffer Edit): Add minibuffer-depth-indicate-mode.
authorJuri Linkov <juri@linkov.net>
Sun, 8 Dec 2019 22:45:50 +0000 (00:45 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 8 Dec 2019 22:45:50 +0000 (00:45 +0200)
* 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)

doc/emacs/mini.texi
doc/emacs/search.texi
doc/lispref/display.texi

index 820d3baad13346f9820fbbb05cb2d678d1016598..bf969dd02d2bb3cbbb22bc6cd8ae71a6d83a4de6 100644 (file)
@@ -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},
index 38ef49ed64d71bf142b4d59ea37cd0e72b4a47d7..c0aaf6eda92af2766d1bb17e95ea3f37eee9eb01 100644 (file)
@@ -1199,7 +1199,7 @@ symbol-constituent character.
 matches any character whose syntax is @var{c}.  Here @var{c} is a
 character that designates a particular syntax class: thus, @samp{w}
 for word constituent, @samp{-} or @samp{ } for whitespace, @samp{.}
-for ordinary punctuation, etc.  @xref{Syntax Tables,, Syntax Tables,
+for ordinary punctuation, etc.  @xref{Syntax Class Table,, Syntax Class Table,
 elisp, The Emacs Lisp Reference Manual}.
 
 @item \S@var{c}
index fa81b2e95381b85b9cb8deceebc8491bcd5e38c5..ea3fa6f9b11592b8e02c1363a6a26ba85c1e69a7 100644 (file)
@@ -4913,7 +4913,7 @@ Recursive display specifications are not supported---@var{string}'s
 @code{display} properties, if any, are not used.
 
 @item (image . @var{image-props})
-This kind of display specification is an image descriptor (@pxref{Images}).
+This kind of display specification is an image descriptor (@pxref{Image Descriptors}).
 When used as a display specification, it means to display the image
 instead of the text that has the display specification.