diff options
| author | Agustín Martín | 2012-11-05 17:32:35 +0100 |
|---|---|---|
| committer | Agustín Martín | 2012-11-05 17:32:35 +0100 |
| commit | 53fc914f80ef833cf70bb3b43ab752f011acb4ba (patch) | |
| tree | aeca151af3b1390d4b5e3b2b25b9511b834a7d03 /lisp/textmodes | |
| parent | c8e3a9c3db7dfb5a04ec2bf4b1aae55809f94de4 (diff) | |
| download | emacs-53fc914f80ef833cf70bb3b43ab752f011acb4ba.tar.gz emacs-53fc914f80ef833cf70bb3b43ab752f011acb4ba.zip | |
ispell.el (ispell-program-name): Update spellchecker parameters when customized.
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/ispell.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index d591dc5fa85..de60ac37d9e 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -357,6 +357,10 @@ Must be greater than 1." | |||
| 357 | "ispell") | 357 | "ispell") |
| 358 | "Program invoked by \\[ispell-word] and \\[ispell-region] commands." | 358 | "Program invoked by \\[ispell-word] and \\[ispell-region] commands." |
| 359 | :type 'string | 359 | :type 'string |
| 360 | :set (lambda (symbol value) | ||
| 361 | (set-default symbol value) | ||
| 362 | (if (featurep 'ispell) | ||
| 363 | (ispell-set-spellchecker-params))) | ||
| 360 | :group 'ispell) | 364 | :group 'ispell) |
| 361 | 365 | ||
| 362 | (defcustom ispell-alternate-dictionary | 366 | (defcustom ispell-alternate-dictionary |