emacs-diffs
[Top][All Lists]
Advanced

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

master f092b09: * src/image.c: Fix comment.


From: Stefan Kangas
Subject: master f092b09: * src/image.c: Fix comment.
Date: Sun, 17 Oct 2021 10:43:15 -0400 (EDT)

branch: master
commit f092b0961b32037cc2428339a7f2f3495d83ccfd
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * src/image.c: Fix comment.
---
 src/image.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/image.c b/src/image.c
index 206c7ba..470409c 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.  */



reply via email to

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