From 068b53500e24b7bfe5b886279b677ea38a42a057 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 19 Feb 2023 17:27:19 +0100 Subject: [PATCH] ; Improve image-dired-thumbnail-storage docstring * lisp/image/image-dired.el (image-dired-thumbnail-storage): Improve docstring. --- lisp/image/image-dired.el | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el index cfcd1851188..11632e7f28e 100644 --- a/lisp/image/image-dired.el +++ b/lisp/image/image-dired.el @@ -167,28 +167,27 @@ to use the Thumbnail Managing Standard; they will be saved in There are three ways that Image-Dired can store and generate thumbnails: - 1. According to the \"Thumbnail Managing Standard\", which allows + 1. According to the Thumbnail Managing Standard, which allows sharing of thumbnails across different programs. Thumbnails will be stored in \"$XDG_CACHE_HOME/thumbnails/\" - To use this way, set this user option to one of the following values: + Set this user option to one of the following symbols: - `standard' means use thumbnails sized 128x128. - `standard-large' means use thumbnails sized 256x256. - `standard-x-large' means use thumbnails sized 512x512. - `standard-xx-large' means use thumbnails sized 1024x1024. - 2. In the Image-Dired specific directory indicated by + 2. In the Image-Dired specific directory, as indicated by `image-dired-dir'. - To use this way, set this user option to `image-dired' (or - to `use-image-dired-dir', which means the same thing for - backward-compatibility reasons). + Set this user option to `image-dired' (`use-image-dired-dir' + also works, for backward-compatibility reasons). 3. In a subdirectory \".image-dired\" in the same directory - where the image files are. + as the image files. - To use this way, set this user option to `per-directory'. + Set this user option to `per-directory'. To control the default size of thumbnails for alternatives (2) and (3) above, customize the value of `image-dired-thumb-size'. -- 2.39.2