Variable: hs-adjust-block-beginning-function

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

Documentation

Function used to tweak the block beginning.

It should return the position from where we should start hiding, as opposed to hiding it from the position returned when searching for hs-block-start-regexp.

It is called with a single argument ARG which is the position in buffer after the block beginning.

Aliases

hs-adjust-block-beginning (obsolete since 31.1)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-adjust-block-beginning-function nil
  "Function used to tweak the block beginning.
It should return the position from where we should start hiding, as
opposed to hiding it from the position returned when searching for
`hs-block-start-regexp'.

It is called with a single argument ARG which is the position in
buffer after the block beginning.")