diff options
| author | Xue Fuqiao | 2013-10-29 18:25:35 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-29 18:25:35 +0800 |
| commit | 81cf3b079aae5b8c12e20bebc6a2885c6814aeec (patch) | |
| tree | 0552438d2170b3edeefab4b74238c2c72d2a8005 | |
| parent | bb667ec73cb7bec4fffb407973192813802ebfab (diff) | |
| download | emacs-81cf3b079aae5b8c12e20bebc6a2885c6814aeec.tar.gz emacs-81cf3b079aae5b8c12e20bebc6a2885c6814aeec.zip | |
Add an index for image-size.
* doc/lispref/display.texi (Showing Images): Add an index for image-size.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3b664884e89..c6091a6a38f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-29 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * display.texi (Showing Images): Add an index for image-size. | ||
| 4 | |||
| 1 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-10-27 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * display.texi (Image Descriptors): Improve indexing. | 7 | * display.texi (Image Descriptors): Improve indexing. |
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index cdec1953999..2e8d10dc5d9 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -4968,6 +4968,7 @@ This removes only images that were put into @var{buffer} the way | |||
| 4968 | @end defun | 4968 | @end defun |
| 4969 | 4969 | ||
| 4970 | @defun image-size spec &optional pixels frame | 4970 | @defun image-size spec &optional pixels frame |
| 4971 | @cindex size of image | ||
| 4971 | This function returns the size of an image as a pair | 4972 | This function returns the size of an image as a pair |
| 4972 | @w{@code{(@var{width} . @var{height})}}. @var{spec} is an image | 4973 | @w{@code{(@var{width} . @var{height})}}. @var{spec} is an image |
| 4973 | specification. @var{pixels} non-@code{nil} means return sizes | 4974 | specification. @var{pixels} non-@code{nil} means return sizes |