diff options
| author | Stefan Kangas | 2022-09-23 16:08:03 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-09-23 16:08:52 +0200 |
| commit | c53f5a2176c9c67e0d1dbc7315c79eb070deaee2 (patch) | |
| tree | 2c2fda2bfdc2a604b98953ff62d7971babac9e7e | |
| parent | ea0dfb173c66b546b8ab39569dc731d061be9ad5 (diff) | |
| download | emacs-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.el | 2 |
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. | |||
| 199 | For more information on the Thumbnail Managing Standard, see: | 199 | For more information on the Thumbnail Managing Standard, see: |
| 200 | https://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html" | 200 | https://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)" |