Variable: hs-find-block-beginning-func

hs-find-block-beginning-func is an alias and buffer-local for hs-find-block-beginning-function, defined in hideshow.el.gz.

This variable is obsolete since 31.1; use hs-find-block-beginning-function instead.

Documentation

Function used to do hs-find-block-beginning.

It should reposition point at the beginning of the current block and return point, or nil if original point was not in a block.

Specifying this function is necessary for languages such as Python, where regexp search and syntax-ppss check is not enough to find the beginning of the current block.

Aliases

hs-find-block-beginning-func (obsolete since 31.1)