lisp/image-dired.el (image-dired-cmd-read-exif-data-options): Fix typo.
authorDrew Adams <drew.adams@oracle.com>
Fri, 4 Mar 2011 01:36:40 +0000 (02:36 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Mar 2011 01:36:40 +0000 (02:36 +0100)
Fixes: debbugs:8156

lisp/ChangeLog
lisp/image-dired.el

index 6b13d08..6787f21 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-04  Drew Adams  <drew.adams@oracle.com>
+
+       * image-dired.el (image-dired-cmd-read-exif-data-options):
+       Fix typo in docstring (bug#8156).
+
 2011-03-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
 
        * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
index 8fa6963..efe8262 100644 (file)
@@ -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)