diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/color.sgml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/src/sgml/color.sgml b/doc/src/sgml/color.sgml index a01a0c778f7..5b782f7cc27 100644 --- a/doc/src/sgml/color.sgml +++ b/doc/src/sgml/color.sgml @@ -75,6 +75,14 @@ </varlistentry> <varlistentry> + <term><literal>note</literal></term> + <listitem> + <para>used to highlight the text <quote>detail</quote> and + <quote>hint</quote> in such messages</para> + </listitem> + </varlistentry> + + <varlistentry> <term><literal>locus</literal></term> <listitem> <para>used to highlight location information (e.g., program name and @@ -85,9 +93,11 @@ </para> <para> - The default value is <literal>error=01;31:warning=01;35:locus=01</literal> + The default value is + <literal>error=01;31:warning=01;35:note=01;36:locus=01</literal> (<literal>01;31</literal> = bold red, <literal>01;35</literal> = bold - magenta, <literal>01</literal> = bold default color). + magenta, <literal>01;36</literal> = bold cyan, <literal>01</literal> = bold + default color). </para> <tip> |