From fa78a324d0800597d0d70c821dd88704717aff09 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 13 Apr 2018 10:01:39 -0400 Subject: [PATCH] update --gnu-emacs option documentation --- src/language_en.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/language_en.h b/src/language_en.h index 7ec8964..89ce073 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -363,8 +363,15 @@ static languageDefinition language_en = { whichPluralForm_en, { - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ TidyEmacs, 0, - "This option specifies if Tidy should change the format for reporting " - "errors and warnings to a format that is more easily parsed by GNU Emacs. " + "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 " + "or some other program. It changes them from the default " + "
" + " line <line number> column <column number> - (Error|Warning): <message> " + "
" + "to a form which includes the input filename: " + "
" + " <filename>:<line number>:<column number>: (Error|Warning): <message> " }, {/* Important notes for translators: - Use only , , , , and