# HG changeset patch # User Agustin Martin # Date 1219923415 0 # Node ID 640b23759d43490d5eff2295e88c2caa0c5d0f23 # Parent 77a81df8971fe16cb686ff970e6d3ab08b01bdb2 Extend `ispell-personal-dictionary' doctring to aspell diff -r 77a81df8971f -r 640b23759d43 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Thu Aug 28 11:33:57 2008 +0000 +++ b/lisp/textmodes/ispell.el Thu Aug 28 11:36:55 2008 +0000 @@ -424,8 +424,9 @@ ;;;###autoload (defcustom ispell-personal-dictionary nil "*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." +If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or +\"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your +default dictionary and LANG the two letter language code." :type '(choice file (const :tag "default" nil)) :group 'ispell)