changeset 102960:6df519334b1d

Fix last change.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 14 Apr 2009 02:28:45 +0000
parents 08bab694065d
children 4d83e5b1225b
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Apr 14 02:28:25 2009 +0000
+++ b/src/xdisp.c	Tue Apr 14 02:28:45 2009 +0000
@@ -25293,7 +25293,8 @@
 The value may be a string, an image, or a stretch-glyph; it is
 interpreted in the same way as the value of a `display' text property.
 
-This variable is overridden by any `line-prefix' text property.
+This variable is overridden by any `line-prefix' text or overlay
+property.
 
 To add a prefix to continuation lines, use `wrap-prefix'.  */);
   Vline_prefix = Qnil;