comparison lisp/tumme.el @ 68833:207844891bb3

(tumme-thumbnail-storage): Updated docstring. Added info about the Thumbnail Managing Standard option.
author Mathias Dahl <mathias.dahl@gmail.com>
date Sun, 12 Feb 2006 22:15:05 +0000
parents 3e8cc27a9bcf
children cc7307c60e45
comparison
equal deleted inserted replaced
68832:9a22bc1ca336 68833:207844891bb3
587 "*How to store tumme's thumbnail files. 587 "*How to store tumme's thumbnail files.
588 Tumme can store thumbnail files in one of two ways and this is 588 Tumme can store thumbnail files in one of two ways and this is
589 controlled by this variable. \"Use tumme dir\" means that the 589 controlled by this variable. \"Use tumme dir\" means that the
590 thumbnails are stored in a central directory. \"Per directory\" 590 thumbnails are stored in a central directory. \"Per directory\"
591 means that each thumbnail is stored in a subdirectory called 591 means that each thumbnail is stored in a subdirectory called
592 \".tumme\" in the same directory where the image file is." 592 \".tumme\" in the same directory where the image file is.
593 \"Thumbnail Managing Standard\" means that the thumbnails are
594 stored and generated according to the Thumbnail Managing
595 Standard."
593 :type '(choice :tag "How to store thumbnail files" 596 :type '(choice :tag "How to store thumbnail files"
594 (const :tag "Thumbnail Managing Standard" standard) 597 (const :tag "Thumbnail Managing Standard" standard)
595 (const :tag "Use tumme-dir" use-tumme-dir) 598 (const :tag "Use tumme-dir" use-tumme-dir)
596 (const :tag "Per-directory" per-directory)) 599 (const :tag "Per-directory" per-directory))
597 :group 'tumme) 600 :group 'tumme)