Versions Compared

Key

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


Excerpt


Description:IgnoreCappedWord parameter defines whether words which start from a capital letter should be ignored or checked for any spelling errors. 
Parameter type:Boolean
Default value:0
Possible values:
  • 0 – words which start from a capital letter are checked for spelling errors;
  • 1 – words which start from a capital letter are ignored.


Code Block
languagexml
themeEmacs
<IgnoreCappedWord>0</IgnoreCappedWord> 


...