update --gnu-emacs option documentation
This commit is contained in:
parent
1a86dca705
commit
fa78a324d0
|
@ -363,8 +363,15 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
||||||
be translated. */
|
be translated. */
|
||||||
TidyEmacs, 0,
|
TidyEmacs, 0,
|
||||||
"This option specifies if Tidy should change the format for reporting "
|
"This option specifies that Tidy should change the format for reporting "
|
||||||
"errors and warnings to a format that is more easily parsed by GNU Emacs. "
|
"errors and warnings to a format that is more easily parsed by GNU Emacs "
|
||||||
|
"or some other program. It changes them from the default "
|
||||||
|
"<br/>"
|
||||||
|
" line <line number> column <column number> - (Error|Warning): <message> "
|
||||||
|
"<br/>"
|
||||||
|
"to a form which includes the input filename: "
|
||||||
|
"<br/>"
|
||||||
|
" <filename>:<line number>:<column number>: (Error|Warning): <message> "
|
||||||
},
|
},
|
||||||
{/* Important notes for translators:
|
{/* Important notes for translators:
|
||||||
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
||||||
|
|
Loading…
Reference in a new issue