aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c8
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
36656fontified regions the property `fontified' with a non-nil value. 36656fontified regions the property `fontified' with a non-nil value.
36657 36657
36658Note that, when the buffer contains one or more lines whose length is 36658Note that, when the buffer contains one or more lines whose length is
36659above `long-line-threshold', the narrowing of the buffer is locked 36659above `long-line-threshold', these functions only have access to a
36660(see `narrow-to-region'), and these functions only have access to a 36660small portion of the buffer around POS, and cannot use `widen' to gain
36661small portion of the buffer around POS and cannot use `widen' to gain 36661access to other portions of buffer text because the narrowing of the
36662access to other portions of buffer text. */); 36662buffer is locked (see `narrow-to-region'). */);
36663 Vfontification_functions = Qnil; 36663 Vfontification_functions = Qnil;
36664 Fmake_variable_buffer_local (Qfontification_functions); 36664 Fmake_variable_buffer_local (Qfontification_functions);
36665 36665