1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

(ispell-alternate-dictionary): Fix custom type.

(ispell-complete-word-dict): Likewise.
This commit is contained in:
Dave Love 1999-05-31 14:47:33 +00:00
parent f3ae6c2a76
commit 71c62b6bbe

View File

@ -249,12 +249,12 @@ Must be greater than 1."
((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