image-dired-add-to-file-comment-list

image-dired-add-to-file-comment-list is a compiled Lisp function in `image-dired.el'.

(image-dired-add-to-file-comment-list FILE COMMENT)

Helper function used from `image-dired-create-gallery-lists'.

For FILE, add COMMENT to list.

Lisp structure looks like the following:

image-dired-file-comment-list:

(("filename1" . "comment1")
("filename2" . "comment2")
...)