]> git.eshelyaron.com Git - emacs.git/commitdiff
(tumme-thumbnail-storage): Updated docstring. Added
authorMathias Dahl <mathias.dahl@gmail.com>
Sun, 12 Feb 2006 22:15:05 +0000 (22:15 +0000)
committerMathias Dahl <mathias.dahl@gmail.com>
Sun, 12 Feb 2006 22:15:05 +0000 (22:15 +0000)
info about the Thumbnail Managing Standard option.

lisp/tumme.el

index 2e818bd4a58407179cb203fb7f33c1a7e6e5fe55..31fb2904714563729c0336344c65e4002181b9ad 100644 (file)
@@ -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)