[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v |
Date: |
Tue, 01 Jul 2008 09:39:31 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Miles Bader <miles> 08/07/01 09:39:29
Index: doc/lispref/text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/text.texi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- doc/lispref/text.texi 24 Apr 2008 18:10:05 -0000 1.7
+++ doc/lispref/text.texi 1 Jul 2008 09:39:28 -0000 1.8
@@ -3167,6 +3167,29 @@
controls the total height of the display line ending in that newline.
@xref{Line Height}.
address@hidden wrap-prefix
+If text has a @code{wrap-prefix} property, the prefix it defines will
+be added at display-time to the beginning of every continuation line
+due to text wrapping (so if lines are truncated, the wrap-prefix is
+never used). It may be a string, an image, or a stretch-glyph such as
+used by the @code{display} text-property. @xref{Display Property}.
+
+A wrap-prefix may also be specified for an entire buffer using the
address@hidden buffer-local variable (however, a
address@hidden text-property takes precedence over the value of
+the @code{wrap-prefix} variable). @xref{Truncation}.
+
address@hidden line-prefix
+If text has a @code{line-prefix} property, the prefix it defines will
+be added at display-time to the beginning of every non-continuation
+line. It may be a string, an image, or a stretch-glyph such as used
+by the @code{display} text-property. @xref{Display Property}.
+
+A line-prefix may also be specified for an entire buffer using the
address@hidden buffer-local variable (however, a
address@hidden text-property takes precedence over the value of
+the @code{line-prefix} variable). @xref{Truncation}.
+
@item modification-hooks
@cindex change hooks for a character
@cindex hooks for changing a character
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/doc/lispref/text.texi,v,
Miles Bader <=