Function: semantic-clean-unmatched-syntax-in-buffer

semantic-clean-unmatched-syntax-in-buffer is a byte-compiled function defined in util-modes.el.gz.

Signature

(semantic-clean-unmatched-syntax-in-buffer)

Documentation

Remove all unmatched syntax overlays found in current buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/util-modes.el.gz
(defsubst semantic-clean-unmatched-syntax-in-buffer ()
  "Remove all unmatched syntax overlays found in current buffer."
  (semantic-clean-unmatched-syntax-in-region
   (point-min) (point-max)))