From 193948a0b045d5b261232b30105650ffdd22735e Mon Sep 17 00:00:00 2001 From: Mathias Dahl Date: Sun, 21 May 2006 14:03:56 +0000 Subject: [PATCH] Added information to the add-tags prompt. --- lisp/tumme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/tumme.el b/lisp/tumme.el index 6a53ed16948..8f6e43e9cd6 100644 --- a/lisp/tumme.el +++ b/lisp/tumme.el @@ -976,7 +976,7 @@ displayed." (defun tumme-tag-files (arg) "Tag marked file(s) in dired. With prefix ARG, tag file at point." (interactive "P") - (let ((tag (read-string "Tag to add: ")) + (let ((tag (read-string "Tags to add (separate tags with a semicolon): ")) curr-file files) (if arg (setq files (dired-get-filename)) @@ -986,7 +986,7 @@ displayed." (defun tumme-tag-thumbnail () "Tag current thumbnail." (interactive) - (let ((tag (read-string "Tag to add: "))) + (let ((tag (read-string "Tags to add (separate tags with a semicolon): "))) (tumme-write-tag (tumme-original-file-name) tag)) (tumme-update-property 'tags (tumme-list-tags (tumme-original-file-name)))) -- 2.39.5