From b138403dca9c93a83e6a5fd91c1623bbe6d00f94 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 4 Oct 2007 16:46:19 +0000 Subject: [PATCH] (image-dired-image-at-point-p): Fix typo in docstring. --- lisp/ChangeLog | 8 ++++++-- lisp/image-dired.el | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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) -- 2.39.2