diff options
| author | Chong Yidong | 2009-04-14 02:28:45 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-04-14 02:28:45 +0000 |
| commit | d78df080593a3fb611e4d7f6e534e6775cec1569 (patch) | |
| tree | f7305b39da3ce8b6a5e35d61add0313b8463fff8 /src | |
| parent | 2cce8bfc546c460c5449ba8b2ff8febe549bd108 (diff) | |
| download | emacs-d78df080593a3fb611e4d7f6e534e6775cec1569.tar.gz emacs-d78df080593a3fb611e4d7f6e534e6775cec1569.zip | |
Fix last change.
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; |