# HG changeset patch # User Richard M. Stallman # Date 759095924 0 # Node ID 9e5b5196aae963961e9fbea840eb93e7d40a1015 # Parent 214263de8277137daf154e19aff3723d8b839064 Doc fix. diff -r 214263de8277 -r 9e5b5196aae9 src/textprop.c --- a/src/textprop.c Thu Jan 20 19:56:36 1994 +0000 +++ b/src/textprop.c Thu Jan 20 19:58:44 1994 +0000 @@ -1250,7 +1250,7 @@ interval_balance_threshold = 8; DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, - "If nonnil, don't call the text property values of\n\ + "If non-nil, don't call the text property values of\n\ `point-left' and `point-entered'."); Vinhibit_point_motion_hooks = Qnil;