aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog6
-rw-r--r--doc/lispref/display.texi3
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 19da0a3c442..153d7e839c3 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12011-07-14 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Other Display Specs): Document that `left-fringe'
4 and `right-fringe' display specifications are of the "replacing"
5 kind.
6
12011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 72011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 8
3 * help.texi (Documentation Basics): Add a link to the Function 9 * help.texi (Documentation Basics): Add a link to the Function
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 10119e54670..d8be424a69f 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3899,7 +3899,8 @@ Margins}).
3899@itemx (right-fringe @var{bitmap} @r{[}@var{face}@r{]}) 3899@itemx (right-fringe @var{bitmap} @r{[}@var{face}@r{]})
3900This display specification on any character of a line of text causes 3900This display specification on any character of a line of text causes
3901the specified @var{bitmap} be displayed in the left or right fringes 3901the specified @var{bitmap} be displayed in the left or right fringes
3902for that line. The optional @var{face} specifies the colors to be 3902for that line, instead of the characters that have the display
3903specification. The optional @var{face} specifies the colors to be
3903used for the bitmap. @xref{Fringe Bitmaps}, for the details. 3904used for the bitmap. @xref{Fringe Bitmaps}, for the details.
3904 3905
3905@item (space-width @var{factor}) 3906@item (space-width @var{factor})