emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 beb4eac: * doc/lispref/display.texi (Showing Imag


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 beb4eac: * doc/lispref/display.texi (Showing Images): Fix a typo. (Bug#35240
Date: Fri, 12 Apr 2019 14:47:21 -0400 (EDT)

branch: emacs-26
commit beb4eac6546cbc20467c0a4474963a1b12915370
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/display.texi (Showing Images): Fix a typo.  (Bug#35240
---
 doc/lispref/display.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index e3ee62f..b079994 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
 specification.  @var{pixels} address@hidden means return sizes measured
 in pixels, otherwise return sizes measured in the default character size
 of @var{frame} (@pxref{Frame Font}).  @var{frame} is the frame on which
-the image will be displayed.  @var{frame} null or omitted means use the
-selected frame (@pxref{Input Focus}).
+the image will be displayed.  @var{frame} @code{nil} or omitted means
+use the selected frame (@pxref{Input Focus}).
 @end defun
 
 @defvar max-image-size



reply via email to

[Prev in Thread] Current Thread [Next in Thread]