From 0c3f75f6c822bbd1f3e2411afe5e3cbea1706ed4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 19 Nov 2006 23:42:37 +0000 Subject: [PATCH] (posn-image): Fix typo in docstring. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." (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)) -- 2.39.2