From: Juanma Barranquero Date: Thu, 4 Oct 2007 16:46:19 +0000 (+0000) Subject: (image-dired-image-at-point-p): Fix typo in docstring. X-Git-Tag: emacs-pretest-23.0.90~10526 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b138403dca9c93a83e6a5fd91c1623bbe6d00f94;p=emacs.git (image-dired-image-at-point-p): Fix typo in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4a176024fa..0b3adf28023 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-04 Juanma Barranquero + + * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring. + 2007-10-03 Stefan Monnier * emacs-lisp/copyright.el (copyright-update): Don't update if the file @@ -59,8 +63,8 @@ 2007-10-01 Markus Triska - * 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 diff --git a/lisp/image-dired.el b/lisp/image-dired.el index dd185ae169f..0353f6eb881 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -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)