emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#35240: closed ((elisp manual) typo in image-size f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35240: closed ((elisp manual) typo in image-size function's description)
Date: Fri, 12 Apr 2019 18:48:02 +0000

Your message dated Fri, 12 Apr 2019 21:47:21 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
35240: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35240
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: (elisp manual) typo in image-size function's description Date: Fri, 12 Apr 2019 11:08:59 +0900
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). 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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#35240: (elisp manual) typo in image-size function's description Date: Fri, 12 Apr 2019 21:47:21 +0300
> From: Takesi Ayanokoji <address@hidden>
> 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.


--- End Message ---

reply via email to

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