diff options
author | Mathias Dahl <mathias.dahl@gmail.com> | 2006-02-12 22:15:05 +0000 |
---|---|---|
committer | Mathias Dahl <mathias.dahl@gmail.com> | 2006-02-12 22:15:05 +0000 |
commit | d51e86cc3e28ca3a07c76931ab1f775d7e0274ac (patch) | |
tree | d4bb8b3e9e50a7417ff92b8ab55eb85b7f853b70 | |
parent | fb45347378e68faf855055d50dd2c82d9fa62f55 (diff) | |
download | emacs-d51e86cc3e28ca3a07c76931ab1f775d7e0274ac.tar.gz |
(tumme-thumbnail-storage): Updated docstring. Added
info about the Thumbnail Managing Standard option.
-rw-r--r-- | lisp/tumme.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/tumme.el b/lisp/tumme.el index 2e818bd4a58..31fb2904714 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el @@ -589,7 +589,10 @@ Tumme can store thumbnail files in one of two ways and this is controlled by this variable. \"Use tumme dir\" means that the thumbnails are stored in a central directory. \"Per directory\" means that each thumbnail is stored in a subdirectory called -\".tumme\" in the same directory where the image file is." +\".tumme\" in the same directory where the image file is. +\"Thumbnail Managing Standard\" means that the thumbnails are +stored and generated according to the Thumbnail Managing +Standard." :type '(choice :tag "How to store thumbnail files" (const :tag "Thumbnail Managing Standard" standard) (const :tag "Use tumme-dir" use-tumme-dir) |