]> git.eshelyaron.com Git - emacs.git/commitdiff
Generalise over-specific documentation
authorReuben Thomas <rrt@sc3d.org>
Sun, 4 Dec 2016 13:55:31 +0000 (13:55 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 13 Dec 2016 19:43:48 +0000 (19:43 +0000)
* lisp/textmodes/ispell.el (ispell-personal-dictionary): Rather than
document precise personal wordlist filenames for only two supported
spelling checkers, simply say that the default personal dictionary
depends on the chosen spelling checker.  The user can check the
spelling checker’s documentation if necessary.  This is simpler, and
works for other supported (and future, or unknown) spelling checkers.

lisp/textmodes/ispell.el

index 462cb32f5213d49ac83f756b240acc12b3a8af09..5ad7d05e2cd526c4bf343825fa4d154fc18503d3 100644 (file)
@@ -349,9 +349,7 @@ 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\" 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."
+If nil, the default personal dictionary for your spelling checker is used."
   :type '(choice file
                 (const :tag "default" nil))
   :group 'ispell)