Variable: hs-looking-at-block-start-p-func
hs-looking-at-block-start-p-func is an alias and buffer-local for
hs-looking-at-block-start-predicate, defined in hideshow.el.gz.
This variable is obsolete since 31.1; use
hs-looking-at-block-start-predicate instead.
Documentation
Function used to do hs-looking-at-block-start-p.
It should return non-nil if the point is at the block start and set match data with the beginning and end of that position.
Specifying this function is necessary for languages such as
Python, where looking-at and syntax-ppss check is not enough
to check if the point is at the block start.
Aliases
hs-looking-at-block-start-p-func (obsolete since 31.1)