diff options
| author | Eli Zaretskii | 2019-04-12 21:46:25 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-04-12 21:46:25 +0300 |
| commit | beb4eac6546cbc20467c0a4474963a1b12915370 (patch) | |
| tree | 3d52c763b5ec168c50f5ae7cc5ea6f1cafe16439 | |
| parent | fd1b34bfba8f3f6298df47c8e10b61530426f749 (diff) | |
| download | emacs-beb4eac6546cbc20467c0a4474963a1b12915370.tar.gz emacs-beb4eac6546cbc20467c0a4474963a1b12915370.zip | |
* doc/lispref/display.texi (Showing Images): Fix a typo. (Bug#35240
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index e3ee62ffb68..b07999432ce 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5856,8 +5856,8 @@ This function returns the size of an image as a pair | |||
| 5856 | specification. @var{pixels} non-@code{nil} means return sizes measured | 5856 | specification. @var{pixels} non-@code{nil} means return sizes measured |
| 5857 | in pixels, otherwise return sizes measured in the default character size | 5857 | in pixels, otherwise return sizes measured in the default character size |
| 5858 | of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which | 5858 | of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which |
| 5859 | the image will be displayed. @var{frame} null or omitted means use the | 5859 | the image will be displayed. @var{frame} @code{nil} or omitted means |
| 5860 | selected frame (@pxref{Input Focus}). | 5860 | use the selected frame (@pxref{Input Focus}). |
| 5861 | @end defun | 5861 | @end defun |
| 5862 | 5862 | ||
| 5863 | @defvar max-image-size | 5863 | @defvar max-image-size |