mirror of git://git.sv.gnu.org/nano.git
tweaks: correct two minor things in the documentation
This commit is contained in:
parent
06049f5141
commit
7ea13d4269
|
@ -1081,7 +1081,7 @@ Exits from the program (or from the help viewer or the file browser).
|
||||||
Writes the current buffer to disk, asking for a name.
|
Writes the current buffer to disk, asking for a name.
|
||||||
|
|
||||||
@item savefile
|
@item savefile
|
||||||
Writes the current file to disk without prompting or warning.
|
Writes the current file to disk without prompting.
|
||||||
|
|
||||||
@item insert
|
@item insert
|
||||||
Inserts a file into the current buffer (at the current cursor position),
|
Inserts a file into the current buffer (at the current cursor position),
|
||||||
|
@ -1602,9 +1602,8 @@ Disable support for reading the nanorc files at startup. With such
|
||||||
support, you can store custom settings in a system-wide and a per-user
|
support, you can store custom settings in a system-wide and a per-user
|
||||||
nanorc file rather than having to pass command-line options to get
|
nanorc file rather than having to pass command-line options to get
|
||||||
the desired behavior. @xref{Nanorc Files} for more info.
|
the desired behavior. @xref{Nanorc Files} for more info.
|
||||||
Disabling this also eliminates the @option{-I} and @option{-q} command-line
|
Disabling this also eliminates the @option{-I} command-line option,
|
||||||
options; the first inhibits the reading of nanorcfiles, and the second
|
which inhibits the reading of nanorc files.
|
||||||
suppresses warnings about errors in those files.
|
|
||||||
|
|
||||||
@item --disable-operatingdir
|
@item --disable-operatingdir
|
||||||
Disable setting the operating directory. This also eliminates the @option{-o}
|
Disable setting the operating directory. This also eliminates the @option{-o}
|
||||||
|
|
|
@ -437,7 +437,7 @@ Exits from the program (or from the help viewer or the file browser).
|
||||||
Writes the current buffer to disk, asking for a name.
|
Writes the current buffer to disk, asking for a name.
|
||||||
.TP
|
.TP
|
||||||
.B savefile
|
.B savefile
|
||||||
Writes the current file to disk without prompting or warning.
|
Writes the current file to disk without prompting.
|
||||||
.TP
|
.TP
|
||||||
.B insert
|
.B insert
|
||||||
Inserts a file into the current buffer (at the current cursor position),
|
Inserts a file into the current buffer (at the current cursor position),
|
||||||
|
|
Loading…
Reference in New Issue