Mercurial > emacs
changeset 78964:7a23b4f8846e
(image-dired-image-at-point-p): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 04 Oct 2007 16:35:17 +0000 |
parents | 4cf85ca04173 |
children | bde9e6111ab9 |
files | lisp/image-dired.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image-dired.el Thu Oct 04 09:27:14 2007 +0000 +++ b/lisp/image-dired.el Thu Oct 04 16:35:17 2007 +0000 @@ -1851,7 +1851,7 @@ (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)