From 204e728ddae60b1f49b4064a6fdb2de6d6835672 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 3 Feb 2012 00:38:46 -0800 Subject: [PATCH] * doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing. --- doc/lispref/ChangeLog | 1 + doc/lispref/display.texi | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index acd57db238a..35e7a15ed46 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -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 diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 6b0535ea553..39c5da631c8 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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 -- 2.39.2