From d6b322f8be303fd2231fcab0dd6e862d93aac159 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 5 Apr 1995 04:21:15 +0000 Subject: [PATCH] (ispell-personal-dictionary): Add autoload. --- lisp/textmodes/ispell.el | 1 + 1 file changed, 1 insertion(+) 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.") "*Formatting function for displaying word being spell checked. The function must take one string argument and return a string.") +;;;###autoload (defvar ispell-personal-dictionary nil "*File name of your personal spelling dictionary, or nil. If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, -- 2.39.5