GNU bug report logs -
#35240
(elisp manual) typo in image-size function's description
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 12 Apr 2019 21:47:21 +0300
with message-id <83sgunkqme.fsf <at> gnu.org>
and subject line Re: bug#35240: (elisp manual) typo in image-size function's description
has caused the debbugs.gnu.org bug report #35240,
regarding (elisp manual) typo in image-size function's description
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
35240: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35240
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
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.
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
> From: Takesi Ayanokoji <ayanokoji.takesi <at> 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.
This bug report was last modified 6 years and 38 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.