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:
parent
f3ae6c2a76
commit
71c62b6bbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user