summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/cursor-sensor.el
diff options
context:
space:
mode:
authorVincent Belaïche <vincentb1@users.sourceforge.net>2016-01-20 08:30:51 +0100
committerVincent Belaïche <vincentb1@users.sourceforge.net>2016-01-20 08:30:51 +0100
commitb895c72059521fec064ff27b4cfcfa4104081c4e (patch)
treec1697f0e4d95d8c3556798f6c4c53c98a4714bd0 /lisp/emacs-lisp/cursor-sensor.el
parentbadcd38aa86ed7973f2be2743c405710973a0bdd (diff)
parent1b76d9168336ede8976b980aeaed64ae2908501a (diff)
downloademacs-b895c72059521fec064ff27b4cfcfa4104081c4e.tar.gz
emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.tar.bz2
emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/cursor-sensor.el')
-rw-r--r--lisp/emacs-lisp/cursor-sensor.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cursor-sensor.el b/lisp/emacs-lisp/cursor-sensor.el
index 70c4458d300..ac063d4896a 100644
--- a/lisp/emacs-lisp/cursor-sensor.el
+++ b/lisp/emacs-lisp/cursor-sensor.el
@@ -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