Variable: hs-looking-at-block-start-predicate
hs-looking-at-block-start-predicate is a buffer-local variable defined
in hideshow.el.gz.
Documentation
Function used to check if point is at the block start.
It should return non-nil if point is at the block start and modify the
match data to the block beginning start and end positions (specifically,
for match-end).
Aliases
hs-looking-at-block-start-p-func (obsolete since 31.1)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-looking-at-block-start-predicate
#'hs-looking-at-block-start-p--default
"Function used to check if point is at the block start.
It should return non-nil if point is at the block start and modify the
match data to the block beginning start and end positions (specifically,
for `match-end').")