aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/display.texi4
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
5856specification. @var{pixels} non-@code{nil} means return sizes measured 5856specification. @var{pixels} non-@code{nil} means return sizes measured
5857in pixels, otherwise return sizes measured in the default character size 5857in pixels, otherwise return sizes measured in the default character size
5858of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which 5858of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which
5859the image will be displayed. @var{frame} null or omitted means use the 5859the image will be displayed. @var{frame} @code{nil} or omitted means
5860selected frame (@pxref{Input Focus}). 5860use the selected frame (@pxref{Input Focus}).
5861@end defun 5861@end defun
5862 5862
5863@defvar max-image-size 5863@defvar max-image-size