comparison src/textprop.c @ 5646:9e5b5196aae9

Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 20 Jan 1994 19:58:44 +0000
parents 214263de8277
children 233fffcfb6c8
comparison
equal deleted inserted replaced
5645:214263de8277 5646:9e5b5196aae9
1248 "Threshold for rebalancing interval trees, expressed as the\n\ 1248 "Threshold for rebalancing interval trees, expressed as the\n\
1249 percentage by which the left interval tree should not differ from the right."); 1249 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
1257 /* Common attributes one might give text */ 1257 /* Common attributes one might give text */
1258 1258