+2018-11-15 David Malcolm <dmalcolm@redhat.com>
+
+ * doc/ux.texi (Group logically-related diagnostics): Move
+ discussion of auto_diagnostic_group into this new subsection.
+ Give an example of where this grouping is used.
+
2018-11-15 David Malcolm <dmalcolm@redhat.com>
PR other/19165
@c %H and %I were added in r248698.
+@subsection Group logically-related diagnostics
+
Use @code{auto_diagnostic_group} when issuing multiple related
diagnostics (seen in various examples on this page). This informs the
diagnostic subsystem that all diagnostics issued within the lifetime
-of the @code{auto_diagnostic_group} are related. (Currently it doesn't
-do anything with this information, but we may implement that in the
-future).
+of the @code{auto_diagnostic_group} are related. For example,
+@option{-fdiagnostics-format=json} will treat the first diagnostic
+emitted within the group as a top-level diagnostic, and all subsequent
+diagnostics within the group as its children.
@subsection Quoting
Text should be quoted by either using the @samp{q} modifier in a directive