docs: mention that 'hunspell' is now the first default spelling program

master
Benno Schulenberg 2019-11-25 17:38:50 +01:00
parent 4d77e0adbb
commit 51a3f78d69
3 changed files with 11 additions and 8 deletions

View File

@ -278,7 +278,8 @@ point to vary along with the width of the screen if the screen is resized.
The default value is \-8. The default value is \-8.
.TP .TP
.B "\-s ""\fIprogram\fR [\fIarg\fR...]\fB""\fR, \fB\-\-speller=""\fIprogram\fR [\fIarg\fR...]\fB""" .B "\-s ""\fIprogram\fR [\fIarg\fR...]\fB""\fR, \fB\-\-speller=""\fIprogram\fR [\fIarg\fR...]\fB"""
Use this alternative command to perform spell checking. Use this command to perform spell checking and correcting, instead of
using the built-in corrector that calls \fBhunspell\fR or GNU \fBspell\fR.
.TP .TP
.BR \-t ", " \-\-tempfile .BR \-t ", " \-\-tempfile
Save a changed buffer without prompting (when exiting with \fB^X\fR). Save a changed buffer without prompting (when exiting with \fB^X\fR).

View File

@ -403,7 +403,8 @@ Use the given program to do spell checking and correcting. By default,
@command{nano} uses the command specified in the @env{SPELL} environment @command{nano} uses the command specified in the @env{SPELL} environment
variable. If @env{SPELL} is not set, and @option{--speller} is variable. If @env{SPELL} is not set, and @option{--speller} is
not specified either, then @command{nano} uses its own interactive spell not specified either, then @command{nano} uses its own interactive spell
corrector, which requires the GNU @command{spell} program to be installed. corrector, which requires either @command{hunspell} or GNU @command{spell}
to be installed.
@item -t @item -t
@itemx --tempfile @itemx --tempfile
@ -1247,8 +1248,9 @@ Shows the current cursor position: the line, column, and character positions.
Counts the number of words, lines and characters in the current buffer. Counts the number of words, lines and characters in the current buffer.
@item speller @item speller
Invokes a spell-checking program, either the default one, or the one Invokes a spell-checking program, either the default @command{hunspell}
defined by @option{--speller} or @code{set speller}. or GNU @command{spell}, or the one defined by @option{--speller} or
@code{set speller}.
@item formatter @item formatter
Invokes a full-buffer-processing program (if the active syntax defines one). Invokes a full-buffer-processing program (if the active syntax defines one).

View File

@ -261,8 +261,8 @@ When needed, use \fBunset jumpyscrolling\fR instead.
Enable soft line wrapping for easier viewing of very long lines. Enable soft line wrapping for easier viewing of very long lines.
.TP .TP
.B set speller """\fIprogram\fR [\fIarg\fR...]\fB""" .B set speller """\fIprogram\fR [\fIarg\fR...]\fB"""
Use the given \fIprogram\fR to do spell checking and correcting, Use the given \fIprogram\fR to do spell checking and correcting, instead of
instead of the built-in corrector that calls \fBspell\fR. using the built-in corrector that calls \fBhunspell\fR or GNU \fBspell\fR.
.TP .TP
.B set statuscolor \fIfgcolor\fR,\fIbgcolor\fR .B set statuscolor \fIfgcolor\fR,\fIbgcolor\fR
Specify the color combination to use for the status bar. Specify the color combination to use for the status bar.
@ -572,8 +572,8 @@ Shows the current cursor position: the line, column, and character positions.
Counts the number of words, lines and characters in the current buffer. Counts the number of words, lines and characters in the current buffer.
.TP .TP
.B speller .B speller
Invokes a spell-checking program, either the default one, or the one Invokes a spell-checking program, either the default \fBhunspell\fR or GNU
defined by \fB\-\-speller\fR or \fBset speller\fR. \fBspell\fR, or the one defined by \fB\-\-speller\fR or \fBset speller\fR.
.TP .TP
.B formatter .B formatter
Invokes a full-buffer-processing program (if the active syntax defines one). Invokes a full-buffer-processing program (if the active syntax defines one).