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 7ef3be46b68..636054972af 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,9 @@
12011-07-02 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-05-06 Paul Eggert <eggert@cs.ucla.edu> 72011-05-06 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * numbers.texi (Integer Basics): Large integers are treated as floats. 9 * numbers.texi (Integer Basics): Large integers are treated as floats.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 80a035aa346..6c5c8caa233 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3893,7 +3893,8 @@ Margins}).
3893@itemx (right-fringe @var{bitmap} @r{[}@var{face}@r{]}) 3893@itemx (right-fringe @var{bitmap} @r{[}@var{face}@r{]})
3894This display specification on any character of a line of text causes 3894This display specification on any character of a line of text causes
3895the specified @var{bitmap} be displayed in the left or right fringes 3895the specified @var{bitmap} be displayed in the left or right fringes
3896for that line. The optional @var{face} specifies the colors to be 3896for that line, instead of the characters that have the display
3897specification. The optional @var{face} specifies the colors to be
3897used for the bitmap. @xref{Fringe Bitmaps}, for the details. 3898used for the bitmap. @xref{Fringe Bitmaps}, for the details.
3898 3899
3899@item (space-width @var{factor}) 3900@item (space-width @var{factor})