From: Stefan Kangas Date: Sun, 17 Oct 2021 14:07:59 +0000 (+0200) Subject: * src/image.c: Fix comment. X-Git-Tag: emacs-29.0.90~3671^2~534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f092b0961b32037cc2428339a7f2f3495d83ccfd;p=emacs.git * src/image.c: Fix comment. --- diff --git a/src/image.c b/src/image.c index 206c7baa2f8..470409c6483 100644 --- a/src/image.c +++ b/src/image.c @@ -6421,9 +6421,8 @@ image_can_use_native_api (Lisp_Object type) } /* - * These functions are actually defined in the OS-native implementation - * file. Currently, for Windows GDI+ interface, w32image.c, but other - * operating systems can follow suit. + * These functions are actually defined in the OS-native implementation file. + * Currently, for Windows GDI+ interface, w32image.c, and nsimage.m for macOS. */ /* Indices of image specification fields in native format, below. */