Prev Next nospell

Suspending Spell Checking
Syntax $nospell text$$
See Also spell

Description
Sometimes there is a section of input in which there are words that are not in the dictionary . If there are only a few words, the spell command can be used to avoid spelling errors. If there are many such words you may want to suspend spell checking for a while. This command suspends spell checking for all of text where text may contain any number of commands.

Example
The following input is an example where suspension of spell checking is useful.
	$nospell
	$codep
		VarStkMar = 1
		ConMemMag = 2
		SurVisLev = 3
		WndSzTot  = 4
	$$
	$$
The corresponding output would be
	VarStkMar = 1
	ConMemMag = 2
	SurVisLev = 3
	WndSzTot  = 4

Input File: nospell.omh