summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-08 10:49:20 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-08 10:49:20 +0000
commit3dfd2532dd75a71fd0c011e6c0f4d2e5f38f1e7f (patch)
treecbce54f3ef809fac3493b13c21ad07d6e53a00ae
parent8d17fe0bb5e300ea1576bd5b9e47ddd63dbe39fa (diff)
downloademacs-3dfd2532dd75a71fd0c011e6c0f4d2e5f38f1e7f.tar.gz
(ispell): Doc fix.
-rw-r--r--lisp/textmodes/ispell.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 9776b74753b..72907525d52 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2863,7 +2863,12 @@ Standard ispell choices are then available."
(defun ispell ()
"Interactively check a region or buffer for spelling errors.
If `transient-mark-mode' is on, and a region is active, spell-check
-that region. Otherwise spell-check the buffer."
+that region. Otherwise spell-check the buffer.
+
+Ispell dictionaries are not distributed with Emacs. If you are
+looking for a dictionary, please see the distribution of the GNU ispell
+program, or do an Internet search; there are various dictionaries
+available on the net."
(interactive)
(if (and transient-mark-mode mark-active)
(ispell-region (region-beginning) (region-end))