diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/xdisp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 3ef3c0d3796..e13d68eab9d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -36656,10 +36656,10 @@ fontify a region starting at POS in the current buffer, and give fontified regions the property `fontified' with a non-nil value. Note that, when the buffer contains one or more lines whose length is -above `long-line-threshold', the narrowing of the buffer is locked -(see `narrow-to-region'), and these functions only have access to a -small portion of the buffer around POS and cannot use `widen' to gain -access to other portions of buffer text. */); +above `long-line-threshold', these functions only have access to a +small portion of the buffer around POS, and cannot use `widen' to gain +access to other portions of buffer text because the narrowing of the +buffer is locked (see `narrow-to-region'). */); Vfontification_functions = Qnil; Fmake_variable_buffer_local (Qfontification_functions); |