]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:38:46 +0000 (00:38 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Feb 2012 08:38:46 +0000 (00:38 -0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index acd57db238a8c2fe638f9042b5fb3bce6a7e7ee6..35e7a15ed4662be7131e88483e2ea84686303c49 100644 (file)
@@ -2,6 +2,7 @@
 
        * display.texi (Image Formats): Remove oddly specific information
        on versions of image libraries.
+       (GIF Images, TIFF Images): Minor rephrasing.
 
 2012-02-02  Glenn Morris  <rgm@gnu.org>
 
index 6b0535ea553153ef0e5c80dc8cf7b4701f704d0a..39c5da631c8f5d646a38c17940556074c8cab467 100644 (file)
@@ -4469,10 +4469,10 @@ specifies the actual color to use for displaying that name.
 
 @table @code
 @item :index @var{index}
-You can use @code{:index} to specify one image from a GIF file that
-contains more than one image.  This property specifies use of image
-number @var{index} from the file.  If the GIF file doesn't contain an
-image with index @var{index}, the image displays as a hollow box.
+You can use @code{:index} to specify image number @var{index} from a
+GIF file that contains more than one image.  If the GIF file doesn't
+contain an image with the specified index, the image displays as a
+hollow box.
 @end table
 
 @ignore
@@ -4504,10 +4504,10 @@ every 0.1 seconds.
 
 @table @code
 @item :index @var{index}
-You can use @code{:index} to specify one image from a TIFF file that
-contains more than one image.  This property specifies use of image
-number @var{index} from the file.  If the TIFF file doesn't contain an
-image with index @var{index}, the image displays as a hollow box.
+You can use @code{:index} to specify image number @var{index} from a
+TIFF file that contains more than one image.  If the TIFF file doesn't
+contain an image with the specified index, the image displays as a
+hollow box.
 @end table
 
 @node PostScript Images