1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

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

This commit is contained in:
Juanma Barranquero 2007-10-04 16:35:17 +00:00
parent d4f1855ae3
commit 8217d152b2

View File

@ -1851,7 +1851,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)