From ace665ea95af278749a80a5a743ce4a16374229c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 13 Feb 2006 14:47:25 +0000 Subject: [PATCH] (tumme-thumbnail-storage): Fix docstring. (tumme-thumb-name): Fix per-directory format. --- lisp/ChangeLog | 5 +++++ lisp/tumme.el | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 449470c23f8..c53fb8122b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-02-13 Juri Linkov + + * tumme.el (tumme-thumbnail-storage): Fix docstring. + (tumme-thumb-name): Fix per-directory format. + 2006-02-13 Juanma Barranquero * subr.el (substitute-key-definition): Doc fix (hide internal arg). diff --git a/lisp/tumme.el b/lisp/tumme.el index 3ccffbc4386..6cec3e73a16 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el @@ -213,8 +213,8 @@ 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. \"Thumbnail Managing Standard\" means that the thumbnails are -stored and generated according to the Thumbnail Managing -Standard." +stored and generated according to the Thumbnail Managing Standard +that allows sharing of thumbnails across different programs." :type '(choice :tag "How to store thumbnail files" (const :tag "Thumbnail Managing Standard" standard) (const :tag "Use tumme-dir" use-tumme-dir) @@ -629,8 +629,8 @@ according to the Thumbnail Managing Standard." (file-name-extension f)))) ((eq 'per-directory tumme-thumbnail-storage) (let ((f (expand-file-name file))) - (format "%s%s%s.thumb.%s" - (format "%s.tumme/" (file-name-directory f)) + (format "%s.tumme/%s.thumb.%s" + (file-name-directory f) (file-name-sans-extension (file-name-nondirectory f)) (file-name-extension f)))))) -- 2.39.2