Mercurial > emacs
changeset 19828:fa6f38bb8ac1
(ispell-personal-dictionary): Fix customize type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Sep 1997 02:56:16 +0000 |
parents | 7c590ee6ed13 |
children | 4344b744de2f |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/ispell.el Tue Sep 09 02:56:04 1997 +0000 +++ b/lisp/textmodes/ispell.el Tue Sep 09 02:56:16 1997 +0000 @@ -455,7 +455,8 @@ "*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