From: Agustín Martín Date: Thu, 28 Aug 2008 11:36:55 +0000 (+0000) Subject: Extend `ispell-personal-dictionary' doctring to aspell X-Git-Tag: emacs-pretest-23.0.90~3212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1525771e4e4d3ad6ce9e384b71b844822e38b332;p=emacs.git Extend `ispell-personal-dictionary' doctring to aspell --- diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index bc9fb96bd28..b752f873d8c 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -424,8 +424,9 @@ window system by evaluating the following on startup to set this variable: ;;;###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)