mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 23:40:24 -08:00
Document obsoletion of 'intangible' and 'point-entered/left'
* doc/lispref/text.texi (Special Properties): Document the new properties 'cursor-intangible' and 'cursor-sensor-functions'. Document the obsolete status of 'intangible', 'pointer-left', and 'point-entered' properties, and of 'inhibit-point-motion-hooks'. * doc/lispref/display.texi (Overlay Properties): Document that 'intangible' overlay property is obsolete. * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor-mode): Doc fix.
This commit is contained in:
parent
53fb7e6e5d
commit
30c24e49cb
4 changed files with 42 additions and 13 deletions
|
|
@ -167,8 +167,8 @@
|
|||
This property should hold a list of functions which react to the motion
|
||||
of the cursor. They're called with three arguments (WINDOW OLDPOS DIR)
|
||||
where WINDOW is the affected window, OLDPOS is the last known position of
|
||||
the cursor and DIR can be `left' or `entered' depending on whether the cursor is
|
||||
entering the area covered by the text-property property or leaving it."
|
||||
the cursor and DIR can be `entered' or `left' depending on whether the cursor
|
||||
is entering the area covered by the text-property property or leaving it."
|
||||
nil nil nil
|
||||
(if cursor-sensor-mode
|
||||
(add-hook 'pre-redisplay-functions #'cursor-sensor--detect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue