aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/textprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 21dd5cf2a91..8251c83d2d8 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -1250,7 +1250,7 @@ percentage by which the left interval tree should not differ from the right.");
1250 interval_balance_threshold = 8; 1250 interval_balance_threshold = 8;
1251 1251
1252 DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, 1252 DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks,
1253 "If nonnil, don't call the text property values of\n\ 1253 "If non-nil, don't call the text property values of\n\
1254`point-left' and `point-entered'."); 1254`point-left' and `point-entered'.");
1255 Vinhibit_point_motion_hooks = Qnil; 1255 Vinhibit_point_motion_hooks = Qnil;
1256 1256