tweaks: correct two minor things in the documentation

This commit is contained in:
Benno Schulenberg 2017-11-17 21:52:31 +01:00
parent 06049f5141
commit 7ea13d4269
2 changed files with 4 additions and 5 deletions

View File

@ -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}

View File

@ -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),