summaryrefslogtreecommitdiff
path: root/doc/lispref/text.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-03-21 21:27:41 +0200
committerJuri Linkov <juri@linkov.net>2022-03-21 21:27:41 +0200
commiteba9c473a8cbb55d3966230117bac811e2c3ecde (patch)
treeb8c3813b9048d00c1dd868e5dd5a5ce2f890ae21 /doc/lispref/text.texi
parent1641b5c04c383b5f53298d70776e3c18577b6f30 (diff)
downloademacs-eba9c473a8cbb55d3966230117bac811e2c3ecde.tar.gz
Small fixes for new completions features
* lisp/minibuffer.el (completions-header-format): Rename from completion-header-format. (completions-highlight, completions-highlight-face): Move up before first use.
Diffstat (limited to 'doc/lispref/text.texi')
-rw-r--r--doc/lispref/text.texi13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 30036675e10..edb75b453c8 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3553,15 +3553,14 @@ unhighlighted text.
@item cursor-face
@kindex cursor-face @r{(text property)}
-This property is similar to @code{mouse-face} but the face is used if
+This property is similar to @code{mouse-face}, but the face is used if
the cursor (instead of mouse) is on or near the character. Near has
-the same meaning than in @code{mouse-face} and the highlight only
+the same meaning that in @code{mouse-face} and the highlighting only
takes effect if the mode @code{cursor-face-highlight-mode} is enabled;
-otherwise no highlight is performed. When the variable
-@code{cursor-face-highlight-nonselected-window} is non-@code{nil} the
-text is highlighted even if the window is not selected similar to
-@code{highlight-nonselected-windows} for the region. The default
-value is the same of @code{cursor-in-non-selected-windows}.
+otherwise no highlighting is performed. When the variable
+@code{cursor-face-highlight-nonselected-window} is non-@code{nil}, the
+text is highlighted even if the window is not selected that is similar
+to @code{highlight-nonselected-windows} for the region.
@item fontified
@kindex fontified @r{(text property)}