emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 028249e 05/23: Generalise over-specific documentati


From: Reuben Thomas
Subject: [Emacs-diffs] master 028249e 05/23: Generalise over-specific documentation
Date: Tue, 13 Dec 2016 19:44:36 +0000 (UTC)

branch: master
commit 028249ebcd0287026c61b41b82eb489eec7e0097
Author: Reuben Thomas <address@hidden>
Commit: Reuben Thomas <address@hidden>

    Generalise over-specific documentation
    
    * 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 |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 462cb32..5ad7d05 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]