diff options
| author | Glenn Morris | 2012-02-03 00:38:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-03 00:38:46 -0800 |
| commit | 204e728ddae60b1f49b4064a6fdb2de6d6835672 (patch) | |
| tree | d5e8508f436790dbdb39f77e4a29f6650595666e | |
| parent | 4f5a10efb39a2eea53a00d06e273cd46ffb32bd5 (diff) | |
| download | emacs-204e728ddae60b1f49b4064a6fdb2de6d6835672.tar.gz emacs-204e728ddae60b1f49b4064a6fdb2de6d6835672.zip | |
* doc/lispref/display.texi (GIF Images, TIFF Images): Minor rephrasing.
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | 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 @@ | |||
| 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 | ||
| 6 | 2012-02-02 Glenn Morris <rgm@gnu.org> | 7 | 2012-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} |
| 4472 | You can use @code{:index} to specify one image from a GIF file that | 4472 | You can use @code{:index} to specify image number @var{index} from a |
| 4473 | contains more than one image. This property specifies use of image | 4473 | GIF file that contains more than one image. If the GIF file doesn't |
| 4474 | number @var{index} from the file. If the GIF file doesn't contain an | 4474 | contain an image with the specified index, the image displays as a |
| 4475 | image with index @var{index}, the image displays as a hollow box. | 4475 | hollow 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} |
| 4507 | You can use @code{:index} to specify one image from a TIFF file that | 4507 | You can use @code{:index} to specify image number @var{index} from a |
| 4508 | contains more than one image. This property specifies use of image | 4508 | TIFF file that contains more than one image. If the TIFF file doesn't |
| 4509 | number @var{index} from the file. If the TIFF file doesn't contain an | 4509 | contain an image with the specified index, the image displays as a |
| 4510 | image with index @var{index}, the image displays as a hollow box. | 4510 | hollow box. |
| 4511 | @end table | 4511 | @end table |
| 4512 | 4512 | ||
| 4513 | @node PostScript Images | 4513 | @node PostScript Images |