document the use of the SPELL environment variable
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1799 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
ae064bf255
commit
498e13df30
|
@ -399,6 +399,7 @@ CVS code -
|
||||||
- Document restricted mode. (IO ERROR) DLR: Add minor
|
- Document restricted mode. (IO ERROR) DLR: Add minor
|
||||||
modifications to account for the above changes.
|
modifications to account for the above changes.
|
||||||
- Document the smart home key option. (DLR)
|
- Document the smart home key option. (DLR)
|
||||||
|
- Document the use of the SPELL environment variable. (DLR)
|
||||||
- nanorc.5:
|
- nanorc.5:
|
||||||
- Document the smart home key option. (DLR)
|
- Document the smart home key option. (DLR)
|
||||||
- Document the whitespace option. (DLR, adapted from
|
- Document the whitespace option. (DLR, adapted from
|
||||||
|
@ -413,6 +414,7 @@ CVS code -
|
||||||
sorting/uniqueness filtering for the internal spell chacker
|
sorting/uniqueness filtering for the internal spell chacker
|
||||||
were added in nano 1.1.99pre1. (DLR)
|
were added in nano 1.1.99pre1. (DLR)
|
||||||
- Document the smart home key option. (DLR)
|
- Document the smart home key option. (DLR)
|
||||||
|
- Document the use of the SPELL environment variable. (DLR)
|
||||||
- nanorc.sample:
|
- nanorc.sample:
|
||||||
- Add missing mouse entry, and update the nanorc sample regexes
|
- Add missing mouse entry, and update the nanorc sample regexes
|
||||||
to account for the backupdir and mouse options. (DLR)
|
to account for the backupdir and mouse options. (DLR)
|
||||||
|
|
|
@ -96,7 +96,7 @@ Show the current version number and author.
|
||||||
.TP
|
.TP
|
||||||
.B \-Y \fIstr\fP (\-\-syntax=\fIstr\fP)
|
.B \-Y \fIstr\fP (\-\-syntax=\fIstr\fP)
|
||||||
Specify a specific syntax highlighting from the
|
Specify a specific syntax highlighting from the
|
||||||
.I .nanorc
|
.I nanorc
|
||||||
to use, if available.
|
to use, if available.
|
||||||
.TP
|
.TP
|
||||||
.B \-Z (\-\-restricted)
|
.B \-Z (\-\-restricted)
|
||||||
|
@ -179,6 +179,10 @@ and the example file \fBnanorc.sample\fP which should be provided with
|
||||||
\fBnano\fP.
|
\fBnano\fP.
|
||||||
|
|
||||||
.SH NOTES
|
.SH NOTES
|
||||||
|
If no alternative spell checker command is specified on the command
|
||||||
|
line or in one of the nanorc files, \fBnano\fP will check the
|
||||||
|
\fBSPELL\fP environment variable for one.
|
||||||
|
|
||||||
\fBnano\fP will try to dump the buffer into an emergency file in some
|
\fBnano\fP will try to dump the buffer into an emergency file in some
|
||||||
cases. Mainly, this will happen if \fBnano\fP receives a SIGHUP or
|
cases. Mainly, this will happen if \fBnano\fP receives a SIGHUP or
|
||||||
SIGTERM or runs out of memory, when it will write the buffer into a file
|
SIGTERM or runs out of memory, when it will write the buffer into a file
|
||||||
|
|
|
@ -213,9 +213,10 @@ from the right of the screen, allowing it to vary along with the screen
|
||||||
width if the screen is resized.
|
width if the screen is resized.
|
||||||
|
|
||||||
@item -s [prog], --speller=[prog]
|
@item -s [prog], --speller=[prog]
|
||||||
Invoke [prog] as the spell checker. By default, @code{nano} uses its
|
Invoke [prog] as the spell checker. By default, @code{nano} uses the
|
||||||
own interactive spell checker that requires the @code{spell} program be
|
command specified in the SPELL environment variable, or, if SPELL is not
|
||||||
installed on your system.
|
set, its own interactive spell checker that requires the @code{spell}
|
||||||
|
program to be installed on your system.
|
||||||
|
|
||||||
@item -t, --tempfile
|
@item -t, --tempfile
|
||||||
Do not ask whether or not to save the current contents of the file when
|
Do not ask whether or not to save the current contents of the file when
|
||||||
|
|
Loading…
Reference in New Issue