change most cases of PENDING to TODO, some to FIXME or XXX
[bpt/emacs.git] / src / image.c
index 1d73704..2685237 100644 (file)
@@ -435,7 +435,7 @@ XGetImage (Display *display, Pixmap pixmap, int x, int y,
            unsigned int width, unsigned int height,
            unsigned long plane_mask, int format)
 {
-  /* PENDING: not sure what this function is supposed to do.. */
+  /* TODO: not sure what this function is supposed to do.. */
   ns_retain_object(pixmap);
   return pixmap;
 }