Mercurial > emacs
changeset 5646:9e5b5196aae9
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 20 Jan 1994 19:58:44 +0000 |
parents | 214263de8277 |
children | 7bd40f51b9e9 |
files | src/textprop.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;