aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))