emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src xdisp.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src xdisp.c
Date: Tue, 14 Apr 2009 02:28:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/04/14 02:28:46

Modified files:
        src            : xdisp.c 

Log message:
        Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xdisp.c?cvsroot=emacs&r1=1.1279&r2=1.1280

Patches:
Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -b -r1.1279 -r1.1280
--- xdisp.c     14 Apr 2009 02:28:27 -0000      1.1279
+++ xdisp.c     14 Apr 2009 02:28:45 -0000      1.1280
@@ -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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]