Function: kproperty:set

kproperty:set is a byte-compiled function defined in kproperty.el.

Signature

(kproperty:set PROPERTY VALUE)

Documentation

Set PROPERTY of character at point and the following character to VALUE.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kproperty.el
(defun kproperty:set (property value)
  "Set PROPERTY of character at point and the following character to VALUE."
  (kproperty:add-properties (list property value)))