(image-dired-image-at-point-p): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2007-10-04 16:46:19 +00:00
parent 3e078a5e6a
commit b138403dca
2 changed files with 7 additions and 3 deletions

View 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>

View 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)