aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 a97aabe9dff..a2ed4b38913 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -5909,8 +5909,8 @@ This function returns the size of an image as a pair
5909specification. @var{pixels} non-@code{nil} means return sizes measured 5909specification. @var{pixels} non-@code{nil} means return sizes measured
5910in pixels, otherwise return sizes measured in the default character size 5910in pixels, otherwise return sizes measured in the default character size
5911of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which 5911of @var{frame} (@pxref{Frame Font}). @var{frame} is the frame on which
5912the image will be displayed. @var{frame} null or omitted means use the 5912the image will be displayed. @var{frame} @code{nil} or omitted means
5913selected frame (@pxref{Input Focus}). 5913use the selected frame (@pxref{Input Focus}).
5914@end defun 5914@end defun
5915 5915
5916@defvar max-image-size 5916@defvar max-image-size