]> git.eshelyaron.com Git - emacs.git/commitdiff
(ispell): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Fri, 8 Dec 2000 10:49:20 +0000 (10:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 8 Dec 2000 10:49:20 +0000 (10:49 +0000)
lisp/textmodes/ispell.el

index 9776b74753bd1e64c7c9e9e4f00ffe38954ee766..72907525d525ffb968402be9a7c8795e48e2f083 100644 (file)
@@ -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))