diff options
| author | Richard M. Stallman | 1994-01-20 19:58:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-20 19:58:44 +0000 |
| commit | 364a6ae392d6a66039dd280d0e2fe38cfb4fe48c (patch) | |
| tree | 35f3da968800dad98941963526b978970ad3412f /src/textprop.c | |
| parent | 5abb9556a4884784e718935f726dc2a58dcb8f76 (diff) | |
| download | emacs-364a6ae392d6a66039dd280d0e2fe38cfb4fe48c.tar.gz emacs-364a6ae392d6a66039dd280d0e2fe38cfb4fe48c.zip | |
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."); | |||
| 1250 | interval_balance_threshold = 8; | 1250 | interval_balance_threshold = 8; |
| 1251 | 1251 | ||
| 1252 | DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, | 1252 | DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks, |
| 1253 | "If nonnil, don't call the text property values of\n\ | 1253 | "If non-nil, don't call the text property values of\n\ |
| 1254 | `point-left' and `point-entered'."); | 1254 | `point-left' and `point-entered'."); |
| 1255 | Vinhibit_point_motion_hooks = Qnil; | 1255 | Vinhibit_point_motion_hooks = Qnil; |
| 1256 | 1256 | ||