diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
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'. */); | |||
| 25293 | The value may be a string, an image, or a stretch-glyph; it is | 25293 | The value may be a string, an image, or a stretch-glyph; it is |
| 25294 | interpreted in the same way as the value of a `display' text property. | 25294 | interpreted in the same way as the value of a `display' text property. |
| 25295 | 25295 | ||
| 25296 | This variable is overridden by any `line-prefix' text property. | 25296 | This variable is overridden by any `line-prefix' text or overlay |
| 25297 | property. | ||
| 25297 | 25298 | ||
| 25298 | To add a prefix to continuation lines, use `wrap-prefix'. */); | 25299 | To add a prefix to continuation lines, use `wrap-prefix'. */); |
| 25299 | Vline_prefix = Qnil; | 25300 | Vline_prefix = Qnil; |