1
Fork 0
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:
Richard M. Stallman 1997-09-09 02:56:16 +00:00
parent fec1279bc2
commit 6c80b133aa

View file

@ -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