Mercurial > emacs
changeset 24795:a7afe99e73cf
(ispell-alternate-dictionary): Fix custom type.
(ispell-complete-word-dict): Likewise.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 31 May 1999 14:47:33 +0000 |
parents | ce4f0f55e174 |
children | 19424321d8e1 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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