aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustín Martín2008-08-28 11:36:55 +0000
committerAgustín Martín2008-08-28 11:36:55 +0000
commit1525771e4e4d3ad6ce9e384b71b844822e38b332 (patch)
treef78659c902778c0f97805e56e278c44e4c95a0d4
parent274483cccad5f721da97204b2f33c4785fd127a6 (diff)
downloademacs-1525771e4e4d3ad6ce9e384b71b844822e38b332.tar.gz
emacs-1525771e4e4d3ad6ce9e384b71b844822e38b332.zip
Extend `ispell-personal-dictionary' doctring to aspell
-rw-r--r--lisp/textmodes/ispell.el5
1 files 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:
424;;;###autoload 424;;;###autoload
425(defcustom ispell-personal-dictionary nil 425(defcustom ispell-personal-dictionary nil
426 "*File name of your personal spelling dictionary, or nil. 426 "*File name of your personal spelling dictionary, or nil.
427If nil, the default personal dictionary, \"~/.ispell_DICTNAME\" is used, 427If nil, the default personal dictionary, (\"~/.ispell_DICTNAME\" for ispell or
428where DICTNAME is the name of your default dictionary." 428\"~/.aspell.LANG.pws\" for aspell) is used, where DICTNAME is the name of your
429default dictionary and LANG the two letter language code."
429 :type '(choice file 430 :type '(choice file
430 (const :tag "default" nil)) 431 (const :tag "default" nil))
431 :group 'ispell) 432 :group 'ispell)