Mercurial > emacs
changeset 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 | 77a81df8971f |
children | fcf87f33baa7 |
files | lisp/textmodes/ispell.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)