Variable: hs-block-start-mdata-select

hs-block-start-mdata-select is a buffer-local variable defined in hideshow.el.gz.

Documentation

Element in hs-block-start-regexp match data to consider as block start.

The internal function hs-forward-sexp moves point to the beginning of this element (using match-beginning) before calling hs-forward-sexp-func.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-block-start-mdata-select nil
  "Element in `hs-block-start-regexp' match data to consider as block start.
The internal function `hs-forward-sexp' moves point to the beginning of this
element (using `match-beginning') before calling `hs-forward-sexp-func'.")