From 364a6ae392d6a66039dd280d0e2fe38cfb4fe48c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 20 Jan 1994 19:58:44 +0000 Subject: [PATCH] Doc fix. --- src/textprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); 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; -- 2.39.5