hs-forward-sexp-func
hs-forward-sexp-func is a variable defined in `
hideshow.el
'.
Its value is
forward-sexp
- Automatically becomes buffer-local when set.
Documentation:
Function used to do a `forward-sexp'.
Should change for Algol-ish modes. For single-character block
delimiters -- ie, the syntax table regexp for the character is
either `(' or `)' -- `hs-forward-sexp-func' would just be
`forward-sexp'. For other modes such as simula, a more specialized
function is necessary.