(posn-image): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2006-11-19 23:42:37 +00:00
parent e580a741c6
commit 0c3f75f6c8

View file

@ -877,7 +877,7 @@ and `event-end' functions."
(defsubst posn-image (position)
"Return the image object of POSITION.
Value is an list (image ...), or nil if not an image.
Value is a list (image ...), or nil if not an image.
POSITION should be a list of the form returned by the `event-start'
and `event-end' functions."
(nth 7 position))