diff options
| -rw-r--r-- | lisp/textmodes/ispell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 00d3703a3ca..13c62468f62 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -407,6 +407,7 @@ Otherwise use the minibuffer.") | |||
| 407 | "*Formatting function for displaying word being spell checked. | 407 | "*Formatting function for displaying word being spell checked. |
| 408 | The function must take one string argument and return a string.") | 408 | The function must take one string argument and return a string.") |
| 409 | 409 | ||
| 410 | ;;;###autoload | ||
| 410 | (defvar ispell-personal-dictionary nil | 411 | (defvar ispell-personal-dictionary nil |
| 411 | "*File name of your personal spelling dictionary, or nil. | 412 | "*File name of your personal spelling dictionary, or nil. |
| 412 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, | 413 | If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, |