Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting fix.


Excerpt


Description:ReportUncapped parameter regulates whether uncapitalized words which are present in the dictionaries in capitalized form only should be reported.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing no alphabetic characters are checked for spelling errors.
  • 1 – uncapitalized words which are present in the dictionaries in capitalized form only are reported. For example, “ukraine” is reported.


Code Block
languagexml
themeEmacs
<ReportUncapped>1</ReportUncapped>


...