mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(ispell-personal-dictionary): Fix customize type.
This commit is contained in:
parent
fec1279bc2
commit
6c80b133aa
1 changed files with 2 additions and 1 deletions
|
|
@ -455,7 +455,8 @@ The function must take one string argument and return a string."
|
|||
"*File name of your personal spelling dictionary, or nil.
|
||||
If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used,
|
||||
where DICTNAME is the name of your default dictionary."
|
||||
:type 'file
|
||||
:type '(choice file
|
||||
(const :tag "default" nil))
|
||||
:group 'ispell)
|
||||
|
||||
(defcustom ispell-silently-savep nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue