summaryrefslogtreecommitdiff
path: root/lisp/image-dired.el
diff options
context:
space:
mode:
authorDrew Adams <drew.adams@oracle.com>2011-03-04 02:36:40 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-03-04 02:36:40 +0100
commit3191adaf694c9d8ed1bf122b94e5eaa593947cd7 (patch)
tree1e986355e2cad889cea00bed77dcddc0a6153dc7 /lisp/image-dired.el
parent079721e956d63ea68936b9d7463a14ff8ec623e7 (diff)
downloademacs-3191adaf694c9d8ed1bf122b94e5eaa593947cd7.tar.gz
lisp/image-dired.el (image-dired-cmd-read-exif-data-options): Fix typo.
Fixes: debbugs:8156
Diffstat (limited to 'lisp/image-dired.el')
-rw-r--r--lisp/image-dired.el2
1 files changed, 1 insertions, 1 deletions
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)