semantic-highlight-edits-mode

semantic-highlight-edits-mode is an interactive autoloaded compiled Lisp function in `util-modes.el'.


(semantic-highlight-edits-mode &optional ARG)

Minor mode for highlighting changes made in a buffer.
Changes are tracked by semantic so that the incremental parser can work
properly.
This mode will highlight those changes as they are made, and clear them
when the incremental parser accounts for those edits.
With prefix argument ARG, turn on if positive, otherwise off. The
minor mode can be turned on only if semantic feature is available and
the current buffer was set up for parsing. Return non-nil if the
minor mode is enabled.