aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-09-23 16:08:03 +0200
committerStefan Kangas2022-09-23 16:08:52 +0200
commitc53f5a2176c9c67e0d1dbc7315c79eb070deaee2 (patch)
tree2c2fda2bfdc2a604b98953ff62d7971babac9e7e
parentea0dfb173c66b546b8ab39569dc731d061be9ad5 (diff)
downloademacs-c53f5a2176c9c67e0d1dbc7315c79eb070deaee2.tar.gz
emacs-c53f5a2176c9c67e0d1dbc7315c79eb070deaee2.zip
; Fix :type of image-dired-thumbnail-storage
* lisp/image/image-dired.el (image-dired-thumbnail-storage): Fix :type for recent change.
-rw-r--r--lisp/image/image-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 11427a84aa6..30cd83871bd 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -199,7 +199,7 @@ format, as mandated by that standard, and otherwise as JPEG.
199For more information on the Thumbnail Managing Standard, see: 199For more information on the Thumbnail Managing Standard, see:
200https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html" 200https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html"
201 :type '(choice :tag "How to store thumbnail files" 201 :type '(choice :tag "How to store thumbnail files"
202 (const :tag "Use image-dired-dir" use-image-dired-dir) 202 (const :tag "Use image-dired-dir" image-dired)
203 (const :tag "Thumbnail Managing Standard (normal 128x128)" 203 (const :tag "Thumbnail Managing Standard (normal 128x128)"
204 standard) 204 standard)
205 (const :tag "Thumbnail Managing Standard (large 256x256)" 205 (const :tag "Thumbnail Managing Standard (large 256x256)"