Mercurial > emacs
changeset 85037:6351a7ed5ae4
(image-dired-image-at-point-p): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 04 Oct 2007 16:43:06 +0000 |
parents | 3d5bee572c62 |
children | f758797cae00 |
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 13:01:02 2007 +0000 +++ b/lisp/image-dired.el Thu Oct 04 16:43:06 2007 +0000 @@ -1854,7 +1854,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)