]> git.eshelyaron.com Git - emacs.git/commitdiff
(posn-image): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 23:42:37 +0000 (23:42 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 19 Nov 2006 23:42:37 +0000 (23:42 +0000)
lisp/subr.el

index 87ba9d5833eeaa769f3a4657d9461782468f558b..5f9f84eb61c9441206bff19155c8811fbc3b24ed 100644 (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))