]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 20 Jan 1994 19:58:44 +0000 (19:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 20 Jan 1994 19:58:44 +0000 (19:58 +0000)
src/textprop.c

index 21dd5cf2a91cee00a47b9514445692ec5682c6be..8251c83d2d8baec341b59122e5429eb882e73262 100644 (file)
@@ -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;