]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Oct 2001 15:30:00 +0000 (15:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Oct 2001 15:30:00 +0000 (15:30 +0000)
lisp/ChangeLog
lispref/display.texi
lispref/frames.texi

index 1547c0cc0fd92b3b95069926b63c748c22f6d644..b5c2b99c03ebb87d3de5a47bc80b06056f564098 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-25  Richard M. Stallman  <rms@gnu.org>
+
+       * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
+       bind case-fold-search if FROM is not all lower case.
+
 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
 
        * startup.el (normal-top-level): Check for frame-initial-frame
index 11e2157d4755311ba3075fa03572e10261301a82..d8512953d69c3920f9dbc73de9474916856ec77b 100644 (file)
@@ -1481,12 +1481,13 @@ The value can be a string; that should be the name of a file containing
 external-format X bitmap data.  The file is found in the directories
 listed in the variable @code{x-bitmap-file-path}.
 
-Alternatively, the value can specify the bitmap directly, with a list of
-the form @code{(@var{width} @var{height} @var{data})}.  Here,
-@var{width} and @var{height} specify the size in pixels, and @var{data}
-is a string containing the raw bits of the bitmap, row by row.  Each row
-occupies @math{(@var{width} + 7) / 8} consecutie bytes in the string
-(which should be a unibyte string for best results).
+Alternatively, the value can specify the bitmap directly, with a list
+of the form @code{(@var{width} @var{height} @var{data})}.  Here,
+@var{width} and @var{height} specify the size in pixels, and
+@var{data} is a string containing the raw bits of the bitmap, row by
+row.  Each row occupies @math{(@var{width} + 7) / 8} consecutive bytes
+in the string (which should be a unibyte string for best results).
+This means that each row always occupies at least one whole byte.
 
 If the value is @code{nil}, that means use no stipple pattern.
 
index 7d690139081677b234e17e35b4ea10e527aa14ff..b466ccae9fc2d38247a8643334ce9f85f7776673 100644 (file)
@@ -485,7 +485,7 @@ face @code{scroll-bar}.
 
 @item scroll-bar-background
 If non-@code{nil}, the color for the background of scroll bars.
-Changing this parameter is equivalent to setting the foreground color of
+Changing this parameter is equivalent to setting the background color of
 face @code{scroll-bar}.
 
 @item display-type