delete-dictionary - Remove a spelling dictionary from memory
n delete-dictionary ["dictionary"]
delete-dictionary removes the given dictionary from memory, where n is a bitwise flag determining the removal mode, defined as follows:-
0x01
0x02
0x04
If the argument does not have bit 0x02 or 0x04 set, which specify the dictionaries to be deleted, the user is prompted for the "dictionary". The default argument is 1.
The ignore dictionary is a temporary dictionary that exists in memory for duration of the MicroEmacs session; the dictionary holds words that have been ignored during any previous spell checks (see spell(2)). All of the words that have been ignored may be discarded with:-
4 delete-dictionary
i.e. esc 4 esc x delete-dictionary.
(c) Copyright JASSPA 1999
Last Modified: 1999/02/08
Generated On: 1999/12/01