Versions Compared

Key

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


Excerpt


Description:IgnoreNonAlphaWord parameter regulates whether words containing no alphabetic characters should be ignored.
Parameter type:Boolean
Default value:1
Possible values:
  • 0 – words containing no alphabetic characters are checked for spelling errors.
  • 1 – words containing no alphabetic characters are ignored. For example, “991” is ignored.


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


...