posn-string
posn-string is a compiled Lisp function in `subr.el
'.
(posn-string POSITION)
Return the string object of POSITION.
Value is a cons (STRING . STRING-POS), or nil if not a string.
POSITION should be a list of the form returned by the `event-start'
and `event-end' functions.