aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 39232cf2bec..3050ce77ee7 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -25293,7 +25293,8 @@ To add a prefix to non-continuation lines, use `line-prefix'. */);
25293The value may be a string, an image, or a stretch-glyph; it is 25293The value may be a string, an image, or a stretch-glyph; it is
25294interpreted in the same way as the value of a `display' text property. 25294interpreted in the same way as the value of a `display' text property.
25295 25295
25296This variable is overridden by any `line-prefix' text property. 25296This variable is overridden by any `line-prefix' text or overlay
25297property.
25297 25298
25298To add a prefix to continuation lines, use `wrap-prefix'. */); 25299To add a prefix to continuation lines, use `wrap-prefix'. */);
25299 Vline_prefix = Qnil; 25300 Vline_prefix = Qnil;