summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-20 19:58:44 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-20 19:58:44 +0000
commit50c4d4163807327d58cdbd1cd4609c35dbf2cff9 (patch)
tree822b0b8a978745c041cb773391d4bbc16b3b7bbf /src/textprop.c
parent58e2901512359de7bef9cb1f8e8acbbe6c7e7390 (diff)
downloademacs-50c4d4163807327d58cdbd1cd4609c35dbf2cff9.tar.gz
Doc fix.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c2
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;