mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Extend `ispell-personal-dictionary' doctring to aspell
This commit is contained in:
parent
274483ccca
commit
1525771e4e
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue