aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-03 00:38:46 -0800
committerGlenn Morris2012-02-03 00:38:46 -0800
commit204e728ddae60b1f49b4064a6fdb2de6d6835672 (patch)
treed5e8508f436790dbdb39f77e4a29f6650595666e
parent4f5a10efb39a2eea53a00d06e273cd46ffb32bd5 (diff)
downloademacs-204e728ddae60b1f49b4064a6fdb2de6d6835672.tar.gz
emacs-204e728ddae60b1f49b4064a6fdb2de6d6835672.zip
* doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing.
-rw-r--r--doc/lispref/ChangeLog1
-rw-r--r--doc/lispref/display.texi16
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 @@
2 2
3 * display.texi (Image Formats): Remove oddly specific information 3 * display.texi (Image Formats): Remove oddly specific information
4 on versions of image libraries. 4 on versions of image libraries.
5 (GIF Images, TIFF Images): Minor rephrasing.
5 6
62012-02-02 Glenn Morris <rgm@gnu.org> 72012-02-02 Glenn Morris <rgm@gnu.org>
7 8
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.
4469 4469
4470@table @code 4470@table @code
4471@item :index @var{index} 4471@item :index @var{index}
4472You can use @code{:index} to specify one image from a GIF file that 4472You can use @code{:index} to specify image number @var{index} from a
4473contains more than one image. This property specifies use of image 4473GIF file that contains more than one image. If the GIF file doesn't
4474number @var{index} from the file. If the GIF file doesn't contain an 4474contain an image with the specified index, the image displays as a
4475image with index @var{index}, the image displays as a hollow box. 4475hollow box.
4476@end table 4476@end table
4477 4477
4478@ignore 4478@ignore
@@ -4504,10 +4504,10 @@ every 0.1 seconds.
4504 4504
4505@table @code 4505@table @code
4506@item :index @var{index} 4506@item :index @var{index}
4507You can use @code{:index} to specify one image from a TIFF file that 4507You can use @code{:index} to specify image number @var{index} from a
4508contains more than one image. This property specifies use of image 4508TIFF file that contains more than one image. If the TIFF file doesn't
4509number @var{index} from the file. If the TIFF file doesn't contain an 4509contain an image with the specified index, the image displays as a
4510image with index @var{index}, the image displays as a hollow box. 4510hollow box.
4511@end table 4511@end table
4512 4512
4513@node PostScript Images 4513@node PostScript Images