* bug#35240: (elisp manual) typo in image-size function's description
@ 2019-04-12 2:08 Takesi Ayanokoji
2019-04-12 18:47 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Takesi Ayanokoji @ 2019-04-12 2:08 UTC (permalink / raw)
To: 35240
[-- Attachment #1: Type: text/plain, Size: 819 bytes --]
Hi list's members.
Elisp manual(desiplay.texi) says
http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispref/display.texi#n5912
— Function: *image-size* spec &optional pixels frame
This function returns the size of an image as a pair (width . height).spec is
an image specification. pixels non-nil means return sizes measured in
pixels, otherwise return sizes measured in the default character size of
frame (see Frame Font
<https://www.gnu.org/software/emacs/manual/html_node/elisp/Frame-Font.html#Frame-Font>
). frame is the frame on which the image will be displayed. frame null or
omitted means use the selected frame (see Input Focus
<https://www.gnu.org/software/emacs/manual/html_node/elisp/Input-Focus.html#Input-Focus>
).
,but I think 'null' was intended meaning 'nil'.
Thanks.
[-- Attachment #2: Type: text/html, Size: 2888 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#35240: (elisp manual) typo in image-size function's description
2019-04-12 2:08 bug#35240: (elisp manual) typo in image-size function's description Takesi Ayanokoji
@ 2019-04-12 18:47 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2019-04-12 18:47 UTC (permalink / raw)
To: Takesi Ayanokoji; +Cc: 35240-done
> From: Takesi Ayanokoji <ayanokoji.takesi@gmail.com>
> Date: Fri, 12 Apr 2019 11:08:59 +0900
>
> Elisp manual(desiplay.texi) says
>
> http://git.savannah.gnu.org/cgit/emacs.git/tree/doc/lispref/display.texi#n5912
>
> — Function: image-size spec &optional pixels frame
>
> This function returns the size of an image as a pair (width . height).spec is an image specification. pixels
> non-nil means return sizes measured in pixels, otherwise return sizes measured in the default
> character size of frame (see Frame Font). frame is the frame on which the image will be displayed.
> frame null or omitted means use the selected frame (see Input Focus).
>
> ,but I think 'null' was intended meaning 'nil'.
Thanks, fixed.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-12 18:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-12 2:08 bug#35240: (elisp manual) typo in image-size function's description Takesi Ayanokoji
2019-04-12 18:47 ` Eli Zaretskii
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).