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.