]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/image.c: Fix comment.
authorStefan Kangas <stefan@marxist.se>
Sun, 17 Oct 2021 14:07:59 +0000 (16:07 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 17 Oct 2021 14:07:59 +0000 (16:07 +0200)
src/image.c

index 206c7baa2f87355e8bfec431d1f94c878542f7fd..470409c6483c3abded7533c7eca4a5a1e2f73946 100644 (file)
@@ -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.  */