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-function.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
;; This is useless, so probably should be deprecated.
(defvar-local hs-block-start-mdata-select 0
"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-function'.")