Function: kproperty:get

kproperty:get is a function alias for get-text-property, defined in textprop.c.

Signature

(kproperty:get POSITION PROP &optional OBJECT)

Documentation

Return the value of POSITION's property PROP, in OBJECT.

OBJECT should be a buffer or a string; if omitted or nil, it defaults to the current buffer.

If POSITION is at the end of OBJECT, the value is nil, but note that buffer narrowing does not affect the value. That is, if the buffer is narrowed and POSITION is at the end of the narrowed buffer, the result may be non-nil.

Aliases

kproperty:get