aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorJuri Linkov2019-12-09 00:45:50 +0200
committerJuri Linkov2019-12-09 00:45:50 +0200
commit7c2c24a1aa0df7cc683dbe5ab261a0b0f11b2fc0 (patch)
treecdd77e424c4dc00470c4496ba90fd2658a630ee8 /doc/lispref
parent252e5a88523e119475cfee933b161fdd0b977831 (diff)
downloademacs-7c2c24a1aa0df7cc683dbe5ab261a0b0f11b2fc0.tar.gz
emacs-7c2c24a1aa0df7cc683dbe5ab261a0b0f11b2fc0.zip
* 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/lispref')
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index fa81b2e9538..ea3fa6f9b11 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -4913,7 +4913,7 @@ Recursive display specifications are not supported---@var{string}'s
4913@code{display} properties, if any, are not used. 4913@code{display} properties, if any, are not used.
4914 4914
4915@item (image . @var{image-props}) 4915@item (image . @var{image-props})
4916This kind of display specification is an image descriptor (@pxref{Images}). 4916This kind of display specification is an image descriptor (@pxref{Image Descriptors}).
4917When used as a display specification, it means to display the image 4917When used as a display specification, it means to display the image
4918instead of the text that has the display specification. 4918instead of the text that has the display specification.
4919 4919