aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-19 23:42:37 +0000
committerJuanma Barranquero2006-11-19 23:42:37 +0000
commit0c3f75f6c822bbd1f3e2411afe5e3cbea1706ed4 (patch)
treefa9a673839912299ad9f94f1f8eda3fb9cd0242d
parente580a741c66e7deb4150e488b85726bb8a0bb899 (diff)
downloademacs-0c3f75f6c822bbd1f3e2411afe5e3cbea1706ed4.tar.gz
emacs-0c3f75f6c822bbd1f3e2411afe5e3cbea1706ed4.zip
(posn-image): Fix typo in docstring.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 87ba9d5833e..5f9f84eb61c 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -877,7 +877,7 @@ and `event-end' functions."
877 877
878(defsubst posn-image (position) 878(defsubst posn-image (position)
879 "Return the image object of POSITION. 879 "Return the image object of POSITION.
880Value is an list (image ...), or nil if not an image. 880Value is a list (image ...), or nil if not an image.
881POSITION should be a list of the form returned by the `event-start' 881POSITION should be a list of the form returned by the `event-start'
882and `event-end' functions." 882and `event-end' functions."
883 (nth 7 position)) 883 (nth 7 position))