mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(ispell): Doc fix.
This commit is contained in:
parent
8d17fe0bb5
commit
3dfd2532dd
1 changed files with 6 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue