From 1525771e4e4d3ad6ce9e384b71b844822e38b332 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Agust=C3=ADn=20Mart=C3=ADn?= Date: Thu, 28 Aug 2008 11:36:55 +0000 Subject: [PATCH] Extend `ispell-personal-dictionary' doctring to aspell --- lisp/textmodes/ispell.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.5