]> 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:46:19 +0000 (16:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 4 Oct 2007 16:46:19 +0000 (16:46 +0000)
lisp/ChangeLog
lisp/image-dired.el

index a4a176024fadbb24abda4c443a1c75a48f550b2e..0b3adf28023244715e58c309a3dbdae5ccc1eba5 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
+
 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * emacs-lisp/copyright.el (copyright-update): Don't update if the file
@@ -59,8 +63,8 @@
 
 2007-10-01  Markus Triska  <markus.triska@gmx.at>
 
-       * calc/calc-math.el (math-smallest-emacs-expt):  Make the
-       computation more robust.
+       * calc/calc-math.el (math-smallest-emacs-expt):
+       Make the computation more robust.
 
 2007-09-30  David Kastrup  <dak@gnu.org>
 
index dd185ae169f35274f29e3dcd77f0b5a259bb5381..0353f6eb8813d745aef01f654fd922e314ae5eca 100644 (file)
@@ -1854,7 +1854,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)