comparison lisp/textmodes/ispell.el @ 97786:640b23759d43

Extend `ispell-personal-dictionary' doctring to aspell
author Agustin Martin <agustin.martin@hispalinux.es>
date Thu, 28 Aug 2008 11:36:55 +0000
parents f4a69fedbd46
children fa8fea8ec49a
comparison
equal deleted inserted replaced
97785:77a81df8971f 97786:640b23759d43
422 :group 'ispell) 422 :group 'ispell)
423 423
424 ;;;###autoload 424 ;;;###autoload
425 (defcustom ispell-personal-dictionary nil 425 (defcustom ispell-personal-dictionary nil
426 "*File name of your personal spelling dictionary, or nil. 426 "*File name of your personal spelling dictionary, or nil.
427 If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 427 If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
428 where DICTNAME is the name of your default dictionary." 428 \"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
429 default dictionary and LANG the two letter language code."
429 :type '(choice file 430 :type '(choice file
430 (const :tag "default" nil)) 431 (const :tag "default" nil))
431 :group 'ispell) 432 :group 'ispell)
432 433
433 (defcustom ispell-silently-savep nil 434 (defcustom ispell-silently-savep nil