diff options
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 877 | 877 | ||
| 878 | (defsubst posn-image (position) | 878 | (defsubst posn-image (position) |
| 879 | "Return the image object of POSITION. | 879 | "Return the image object of POSITION. |
| 880 | Value is an list (image ...), or nil if not an image. | 880 | Value is a list (image ...), or nil if not an image. |
| 881 | POSITION should be a list of the form returned by the `event-start' | 881 | POSITION should be a list of the form returned by the `event-start' |
| 882 | and `event-end' functions." | 882 | and `event-end' functions." |
| 883 | (nth 7 position)) | 883 | (nth 7 position)) |