diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-20 19:58:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-20 19:58:44 +0000 |
commit | 50c4d4163807327d58cdbd1cd4609c35dbf2cff9 (patch) | |
tree | 822b0b8a978745c041cb773391d4bbc16b3b7bbf /src/textprop.c | |
parent | 58e2901512359de7bef9cb1f8e8acbbe6c7e7390 (diff) | |
download | emacs-50c4d4163807327d58cdbd1cd4609c35dbf2cff9.tar.gz |
Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r-- | src/textprop.c | 2 |
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."); 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; |