diff options
| author | Karl Heuer | 1995-04-05 04:21:15 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-05 04:21:15 +0000 |
| commit | d6b322f8be303fd2231fcab0dd6e862d93aac159 (patch) | |
| tree | b19851b150446c029605b12855520e017a640d08 | |
| parent | e5fff738e97975b15d87d3ebd9903c251fa19207 (diff) | |
| download | emacs-d6b322f8be303fd2231fcab0dd6e862d93aac159.tar.gz emacs-d6b322f8be303fd2231fcab0dd6e862d93aac159.zip | |
(ispell-personal-dictionary): Add autoload.
| -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, |