aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-10-25 15:30:00 +0000
committerRichard M. Stallman2001-10-25 15:30:00 +0000
commita3fbafe2f03ec24b7240fb1e536d4e39df9af4b1 (patch)
treef2deab7213c41acbf771a25b05d9a816433cec14
parentc2c3a05deb42b36fd50ec196acd0d505a10b39cf (diff)
downloademacs-a3fbafe2f03ec24b7240fb1e536d4e39df9af4b1.tar.gz
emacs-a3fbafe2f03ec24b7240fb1e536d4e39df9af4b1.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/display.texi13
-rw-r--r--lispref/frames.texi2
3 files changed, 13 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1547c0cc0fd..b5c2b99c03e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-10-25 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4 bind case-fold-search if FROM is not all lower case.
5
12001-10-25 Gerd Moellmann <gerd@gnu.org> 62001-10-25 Gerd Moellmann <gerd@gnu.org>
2 7
3 * startup.el (normal-top-level): Check for frame-initial-frame 8 * startup.el (normal-top-level): Check for frame-initial-frame
diff --git a/lispref/display.texi b/lispref/display.texi
index 11e2157d475..d8512953d69 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1481,12 +1481,13 @@ The value can be a string; that should be the name of a file containing
1481external-format X bitmap data. The file is found in the directories 1481external-format X bitmap data. The file is found in the directories
1482listed in the variable @code{x-bitmap-file-path}. 1482listed in the variable @code{x-bitmap-file-path}.
1483 1483
1484Alternatively, the value can specify the bitmap directly, with a list of 1484Alternatively, the value can specify the bitmap directly, with a list
1485the form @code{(@var{width} @var{height} @var{data})}. Here, 1485of the form @code{(@var{width} @var{height} @var{data})}. Here,
1486@var{width} and @var{height} specify the size in pixels, and @var{data} 1486@var{width} and @var{height} specify the size in pixels, and
1487is a string containing the raw bits of the bitmap, row by row. Each row 1487@var{data} is a string containing the raw bits of the bitmap, row by
1488occupies @math{(@var{width} + 7) / 8} consecutie bytes in the string 1488row. Each row occupies @math{(@var{width} + 7) / 8} consecutive bytes
1489(which should be a unibyte string for best results). 1489in the string (which should be a unibyte string for best results).
1490This means that each row always occupies at least one whole byte.
1490 1491
1491If the value is @code{nil}, that means use no stipple pattern. 1492If the value is @code{nil}, that means use no stipple pattern.
1492 1493
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 7d690139081..b466ccae9fc 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -485,7 +485,7 @@ face @code{scroll-bar}.
485 485
486@item scroll-bar-background 486@item scroll-bar-background
487If non-@code{nil}, the color for the background of scroll bars. 487If non-@code{nil}, the color for the background of scroll bars.
488Changing this parameter is equivalent to setting the foreground color of 488Changing this parameter is equivalent to setting the background color of
489face @code{scroll-bar}. 489face @code{scroll-bar}.
490 490
491@item display-type 491@item display-type