September 2001
Intermediate to advanced
768 pages
32h 45m
English
bool pspell_config_save_repl(int configid, bool save_repl)
| configid | Configuration handle to use |
| save_repl | Whether to save replacement pairs with the wordlist |
Tells a Pspell configuration whether to save the replacement pairs with the wordlist.
Returns:
TRUE if successful; FALSE otherwise
Description:
This function tells the configuration indicated by configid whether it should save Pspell replacement pairs when the wordlist is saved. If save_repl is TRUE, replacement pairs will be saved; if FALSE, replacement pairs won’t be saved. This function is available only if the Pspell library version is 0.11.2 or later and the Aspell version is 0.32.5 or later.
The configid parameter is a valid configuration handle as returned ...
Read now
Unlock full access