aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-04 16:46:19 +0000
committerJuanma Barranquero2007-10-04 16:46:19 +0000
commitb138403dca9c93a83e6a5fd91c1623bbe6d00f94 (patch)
treedfaf243f6db49a554ee4b09b8765f235bdc37082
parent3e078a5e6ad721ebc69c7a78d0e8089a46b9877f (diff)
downloademacs-b138403dca9c93a83e6a5fd91c1623bbe6d00f94.tar.gz
emacs-b138403dca9c93a83e6a5fd91c1623bbe6d00f94.zip
(image-dired-image-at-point-p): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/image-dired.el2
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 @@
12007-10-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4
12007-10-03 Stefan Monnier <monnier@iro.umontreal.ca> 52007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * emacs-lisp/copyright.el (copyright-update): Don't update if the file 7 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
@@ -59,8 +63,8 @@
59 63
602007-10-01 Markus Triska <markus.triska@gmx.at> 642007-10-01 Markus Triska <markus.triska@gmx.at>
61 65
62 * calc/calc-math.el (math-smallest-emacs-expt): Make the 66 * calc/calc-math.el (math-smallest-emacs-expt):
63 computation more robust. 67 Make the computation more robust.
64 68
652007-09-30 David Kastrup <dak@gnu.org> 692007-09-30 David Kastrup <dak@gnu.org>
66 70
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."
1854 (image-dired-display-image (dired-get-filename) arg)) 1854 (image-dired-display-image (dired-get-filename) arg))
1855 1855
1856(defun image-dired-image-at-point-p () 1856(defun image-dired-image-at-point-p ()
1857 "Return true if there is a image-dired thumbnail at point." 1857 "Return true if there is an image-dired thumbnail at point."
1858 (get-text-property (point) 'image-dired-thumbnail)) 1858 (get-text-property (point) 'image-dired-thumbnail))
1859 1859
1860(defun image-dired-rotate-thumbnail (degrees) 1860(defun image-dired-rotate-thumbnail (degrees)