# HG changeset patch # User Dave Love # Date 928162053 0 # Node ID a7afe99e73cfbdccd2c1f427f82600ad42869f09 # Parent ce4f0f55e174b7a537a963981c37459b86ca7ed5 (ispell-alternate-dictionary): Fix custom type. (ispell-complete-word-dict): Likewise. diff -r ce4f0f55e174 -r a7afe99e73cf lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Mon May 31 08:34:19 1999 +0000 +++ b/lisp/textmodes/ispell.el Mon May 31 14:47:33 1999 +0000 @@ -249,12 +249,12 @@ ((file-exists-p "/sys/dict") "/sys/dict") (t "/usr/dict/words")) "*Alternate dictionary for spelling help." - :type 'file + :type '(choice file (const :tag "None" nil)) :group 'ispell) (defcustom ispell-complete-word-dict ispell-alternate-dictionary "*Dictionary used for word completion." - :type 'file + :type '(choice file (const :tag "None" nil)) :group 'ispell) (defcustom ispell-message-dictionary-alist nil