]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix :type of image-dired-thumbnail-storage
authorStefan Kangas <stefankangas@gmail.com>
Fri, 23 Sep 2022 14:08:03 +0000 (16:08 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 23 Sep 2022 14:08:52 +0000 (16:08 +0200)
* lisp/image/image-dired.el (image-dired-thumbnail-storage): Fix
:type for recent change.

lisp/image/image-dired.el

index 11427a84aa6f941f26d3c6cf326182ec96ac6f07..30cd83871bd303744654ad4fea65752d27ddb72c 100644 (file)
@@ -199,7 +199,7 @@ format, as mandated by that standard, and otherwise as JPEG.
 For more information on the Thumbnail Managing Standard, see:
 https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html"
   :type '(choice :tag "How to store thumbnail files"
-                 (const :tag "Use image-dired-dir" use-image-dired-dir)
+                 (const :tag "Use image-dired-dir" image-dired)
                  (const :tag "Thumbnail Managing Standard (normal 128x128)"
                         standard)
                  (const :tag "Thumbnail Managing Standard (large 256x256)"