# HG changeset patch # User Gerd Moellmann # Date 976272560 0 # Node ID 243429d5e6d29e4036699dad3d82b94cfea081ea # Parent 62a349fc3d3ceaa10807faf30816eafc0cb74635 (ispell): Doc fix. diff -r 62a349fc3d3c -r 243429d5e6d2 lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Fri Dec 08 09:59:52 2000 +0000 +++ b/lisp/textmodes/ispell.el Fri Dec 08 10:49:20 2000 +0000 @@ -2863,7 +2863,12 @@ (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))