]> git.eshelyaron.com Git - emacs.git/commitdiff
(image-dired-image-at-point-p): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Oct 2007 16:35:17 +0000 (16:35 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Oct 2007 16:35:17 +0000 (16:35 +0000)
lisp/image-dired.el

index 65ee12a1e07e88966bdd0a4c69758f554417ca45..266096858e72f04d1e9913c2a7cfa3b15bd8ebcd 100644 (file)
@@ -1851,7 +1851,7 @@ With prefix argument ARG, display image in its original size."
   (image-dired-display-image (dired-get-filename) arg))
 
 (defun image-dired-image-at-point-p ()
-  "Return true if there is a image-dired thumbnail at point."
+  "Return true if there is an image-dired thumbnail at point."
   (get-text-property (point) 'image-dired-thumbnail))
 
 (defun image-dired-rotate-thumbnail (degrees)