# HG changeset patch # User Juanma Barranquero # Date 1163979757 0 # Node ID 7e5dd39ae47d42ef858f10864e11e3d20c02100b # Parent 45adfdc231c24b49194f1f8bfaf853b3c7f4b4b4 (posn-image): Fix typo in docstring. diff -r 45adfdc231c2 -r 7e5dd39ae47d lisp/subr.el --- a/lisp/subr.el Sun Nov 19 23:35:01 2006 +0000 +++ b/lisp/subr.el Sun Nov 19 23:42:37 2006 +0000 @@ -877,7 +877,7 @@ (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))