aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2021-10-17 16:07:59 +0200
committerStefan Kangas2021-10-17 16:07:59 +0200
commitf092b0961b32037cc2428339a7f2f3495d83ccfd (patch)
tree9fd15d14f94fede1dc4ede62fe3083d72893314b /src
parentd52035e8b648f5d15e618b81f3a23f8dc55bdc1b (diff)
downloademacs-f092b0961b32037cc2428339a7f2f3495d83ccfd.tar.gz
emacs-f092b0961b32037cc2428339a7f2f3495d83ccfd.zip
* src/image.c: Fix comment.
Diffstat (limited to 'src')
-rw-r--r--src/image.c5
1 files changed, 2 insertions, 3 deletions
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)
6421} 6421}
6422 6422
6423/* 6423/*
6424 * These functions are actually defined in the OS-native implementation 6424 * These functions are actually defined in the OS-native implementation file.
6425 * file. Currently, for Windows GDI+ interface, w32image.c, but other 6425 * Currently, for Windows GDI+ interface, w32image.c, and nsimage.m for macOS.
6426 * operating systems can follow suit.
6427 */ 6426 */
6428 6427
6429/* Indices of image specification fields in native format, below. */ 6428/* Indices of image specification fields in native format, below. */