aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-04-05 04:21:15 +0000
committerKarl Heuer1995-04-05 04:21:15 +0000
commitd6b322f8be303fd2231fcab0dd6e862d93aac159 (patch)
treeb19851b150446c029605b12855520e017a640d08
parente5fff738e97975b15d87d3ebd9903c251fa19207 (diff)
downloademacs-d6b322f8be303fd2231fcab0dd6e862d93aac159.tar.gz
emacs-d6b322f8be303fd2231fcab0dd6e862d93aac159.zip
(ispell-personal-dictionary): Add autoload.
-rw-r--r--lisp/textmodes/ispell.el1
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.
408The function must take one string argument and return a string.") 408The 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.
412If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 413If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,