diff options
author | Glenn Morris <rgm@gnu.org> | 2009-06-23 07:38:25 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-06-23 07:38:25 +0000 |
commit | 34995333ce7c664fe431cb383f2de054d76a818d (patch) | |
tree | d51adb37c6f97493d8300e9b2f152e8276071001 /lisp/textmodes | |
parent | cc80ccee1f1ee13add6b466c2ca9d3bebac5eea9 (diff) | |
download | emacs-34995333ce7c664fe431cb383f2de054d76a818d.tar.gz |
(ispell-local-dictionary): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/ispell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 83fce8a2e21..2f7b2e68fbd 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -488,7 +488,7 @@ default dictionary and LANG the two letter language code." The value must be a string dictionary name, or nil, which means use the global setting in `ispell-dictionary'. Dictionary names are defined in `ispell-local-dictionary-alist' -and `ispell-dictionary-alist', +and `ispell-dictionary-alist'. Setting `ispell-local-dictionary' to a value has the same effect as calling \\[ispell-change-dictionary] with that value. This variable |