Function: hs--refresh-indicators
hs--refresh-indicators is a byte-compiled function defined in
hideshow.el.gz.
Signature
(hs--refresh-indicators FROM TO)
Documentation
Update indicator appearance in FROM and TO.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defun hs--refresh-indicators (from to)
"Update indicator appearance in FROM and TO."
(when (and hs-show-indicators hs-minor-mode)
(save-match-data
(save-excursion
(hs--add-indicators from to)))))