From 3191adaf694c9d8ed1bf122b94e5eaa593947cd7 Mon Sep 17 00:00:00 2001 From: Drew Adams Date: Fri, 4 Mar 2011 02:36:40 +0100 Subject: [PATCH] lisp/image-dired.el (image-dired-cmd-read-exif-data-options): Fix typo. Fixes: debbugs:8156 --- lisp/ChangeLog | 5 +++++ lisp/image-dired.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b13d08f3aa..6787f216c18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-03-04 Drew Adams + + * image-dired.el (image-dired-cmd-read-exif-data-options): + Fix typo in docstring (bug#8156). + 2011-03-03 Deniz Dogan * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input. diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 8fa6963b3d7..efe8262645d 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -384,7 +384,7 @@ Used together with `image-dired-cmd-read-exif-data-program-options'." "%p -s -s -s -%t \"%f\"" "Format of command used to read EXIF data. Available options are %p which is replaced by -`image-dired-cmd-write-exif-data-options', %f which is replaced +`image-dired-cmd-write-exif-data-program', %f which is replaced by the image file name and %t which is replaced by the tag name." :type 'string :group 'image-dired) -- 2.11.4.GIT