Get content of the kill-ring

Viewed 712

So I have copied something to the ring:

(car kill-ring) ; #("foo" 0 4 (fontified t))

Then how do I get the main content this text property, namely the string "foo"?

1 Answers
Related