diff options
| author | Drew Adams | 2011-03-04 02:36:40 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-04 02:36:40 +0100 |
| commit | 3191adaf694c9d8ed1bf122b94e5eaa593947cd7 (patch) | |
| tree | 1e986355e2cad889cea00bed77dcddc0a6153dc7 | |
| parent | 079721e956d63ea68936b9d7463a14ff8ec623e7 (diff) | |
| download | emacs-3191adaf694c9d8ed1bf122b94e5eaa593947cd7.tar.gz emacs-3191adaf694c9d8ed1bf122b94e5eaa593947cd7.zip | |
lisp/image-dired.el (image-dired-cmd-read-exif-data-options): Fix typo.
Fixes: debbugs:8156
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/image-dired.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b13d08f3aa..6787f216c18 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-03-04 Drew Adams <drew.adams@oracle.com> | ||
| 2 | |||
| 3 | * image-dired.el (image-dired-cmd-read-exif-data-options): | ||
| 4 | Fix typo in docstring (bug#8156). | ||
| 5 | |||
| 1 | 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com> | 6 | 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com> |
| 2 | 7 | ||
| 3 | * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input. | 8 | * 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'." | |||
| 384 | "%p -s -s -s -%t \"%f\"" | 384 | "%p -s -s -s -%t \"%f\"" |
| 385 | "Format of command used to read EXIF data. | 385 | "Format of command used to read EXIF data. |
| 386 | Available options are %p which is replaced by | 386 | Available options are %p which is replaced by |
| 387 | `image-dired-cmd-write-exif-data-options', %f which is replaced | 387 | `image-dired-cmd-write-exif-data-program', %f which is replaced |
| 388 | by the image file name and %t which is replaced by the tag name." | 388 | by the image file name and %t which is replaced by the tag name." |
| 389 | :type 'string | 389 | :type 'string |
| 390 | :group 'image-dired) | 390 | :group 'image-dired) |