Function: hproperty:but-start

hproperty:but-start is a byte-compiled function defined in hproperty.el.

Signature

(hproperty:but-start HPROPERTY-BUT)

Documentation

Return the end position of an HPROPERTY-BUT.

See hproperty:but-get.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defun hproperty:but-start (hproperty-but)
  "Return the end position of an HPROPERTY-BUT.
See `hproperty:but-get'."
  (overlay-start hproperty-but))