gnus-put-text-property
gnus-put-text-property is an alias for `
put-text-property' in `
gnus.el
'.
(gnus-put-text-property
START END PROPERTY VALUE &optional
OBJECT)
Set one property of the text from
START to
END.
The third and fourth arguments
PROPERTY and
VALUE
specify the property to add.
If the optional fifth argument
OBJECT is a buffer (or nil, which means
the current buffer),
START and
END are buffer positions (integers or
markers). If
OBJECT is a string,
START and
END are 0-based indices into it.