Variable: hs-block-end-regexp

hs-block-end-regexp is a buffer-local variable defined in hideshow.el.gz.

Documentation

Regexp for end of block.

As a special case, the value can be also a function without arguments to determine if point is looking at the end of the block, and return non-nil and set match-data to that block end positions.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-block-end-regexp "\\s)"
  "Regexp for end of block.
As a special case, the value can be also a function without arguments to
determine if point is looking at the end of the block, and return
non-nil and set `match-data' to that block end positions.")