summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-12-09 17:14:55 +0200
committerEli Zaretskii <eliz@gnu.org>2018-12-09 17:14:55 +0200
commit908af9dfc46f783c89d06cb48d9499eb6a582d3e (patch)
tree4bf2710022300eb96f9eb763ddf89815ad8a1009
parent505ac9a0b1fcf2aa505ad551911c98761b77b6f8 (diff)
downloademacs-908af9dfc46f783c89d06cb48d9499eb6a582d3e.tar.gz
Indexing followup to recent changes
* doc/lispref/text.texi (Special Properties): Index 'cursor-sensor-inhibit'. (Bug#33664)
-rw-r--r--doc/lispref/text.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi
index 78d51c6dbb9..b790b28fc2e 100644
--- a/doc/lispref/text.texi
+++ b/doc/lispref/text.texi
@@ -3398,8 +3398,10 @@ When the minor mode @code{cursor-intangible-mode} is turned on, point
is moved away from any position that has a non-@code{nil}
@code{cursor-intangible} property, just before redisplay happens.
+@vindex cursor-sensor-inhibit
When the variable @code{cursor-sensor-inhibit} is non-@code{nil}, the
-@code{cursor-intangible} property is ignored.
+@code{cursor-intangible} property and the
+@code{cursor-sensor-functions} property (described below) are ignored.
@item field
@kindex field @r{(text property)}