Function: hyrolo-hdr-at-p

hyrolo-hdr-at-p is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-hdr-at-p)

Documentation

Return pos if point is at the start of a hyrolo-mode file header, else nil.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260822.1645/hyrolo.el
(defsubst hyrolo-hdr-at-p ()
  "Return pos if point is at the start of a `hyrolo-mode' file header, else nil."
  (text-property-any (point) (1+ (point)) :hyrolo-hdr t))