Variable: hs-forward-sexp-func
hs-forward-sexp-func is an alias and buffer-local for
hs-forward-sexp-function, defined in hideshow.el.gz.
This variable is obsolete since 31.1; use hs-forward-sexp-function
instead.
Documentation
Function used to do a forward-sexp.
It is called with 1 argument (like forward-sexp).
Should change for Algol-ish modes. For single-character block
delimiters such as ( and ) hs-forward-sexp-function would just be
forward-sexp. For other modes such as simula, a more specialized
function is necessary.
Aliases
hs-forward-sexp-func (obsolete since 31.1)