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

image-dired-add-to-file-comment-list is a function alias for image-dired--add-to-file-comment-list, defined in image-dired.el.gz.

This function is obsolete since 29.1; use image-dired--add-to-file-comment-list instead.

Signature

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

Documentation

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")
   ...)

Aliases

image-dired-add-to-file-comment-list (obsolete since 29.1)