]> git.eshelyaron.com Git - emacs.git/commitdiff
Extend `ispell-personal-dictionary' doctring to aspell
authorAgustín Martín <agustin.martin@hispalinux.es>
Thu, 28 Aug 2008 11:36:55 +0000 (11:36 +0000)
committerAgustín Martín <agustin.martin@hispalinux.es>
Thu, 28 Aug 2008 11:36:55 +0000 (11:36 +0000)
lisp/textmodes/ispell.el

index bc9fb96bd28cf65e593371e33f25a1442f214a8d..b752f873d8cd178efc125648bf3037f1c9cd348c 100644 (file)
@@ -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)