Mercurial > emacs
changeset 74085:7e5dd39ae47d
(posn-image): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 19 Nov 2006 23:42:37 +0000 |
parents | 45adfdc231c2 |
children | 5bc3fbbf9e9b |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))