Variable: hs-find-block-beginning-function

hs-find-block-beginning-function is a buffer-local variable defined in hideshow.el.gz.

Documentation

Function used to reposition point at the beginning of current block.

If it finds the block beginning, it should reposition point there and return non-nil, otherwise it should return nil.

Aliases

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

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-find-block-beginning-function
  #'hs-find-block-beg-fn--default
  "Function used to reposition point at the beginning of current block.
If it finds the block beginning, it should reposition point there and
return non-nil, otherwise it should return nil.")