commit 2c228796a82b40a9b4fd2d5559112b98a5226e71
parent a84653dc19216ba5e717811857454ceb1189a813
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 3 Jul 2020 18:45:09 +0200
docs: improve some descriptions concerning the file browser
Diffstat:
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -1246,7 +1246,7 @@ Invokes the help viewer.
Cancels the current command.
@item exit
-Exits from the program (or from the help viewer or the file browser).
+Exits from the program (or from the help viewer or file browser).
@item writeout
Writes the current buffer to disk, asking for a name.
@@ -1526,17 +1526,18 @@ When about to write a file, discard the current buffer without saving.
is in effect.)
@item browser
-Starts the file browser, allowing to select a file from a list.
+Starts the file browser (in the Read File and Write Out menus),
+allowing to select a file from a list.
@item gotodir
Goes to a directory to be specified, allowing to browse anywhere
in the filesystem.
@item firstfile
-Goes to the first file when using the file browser (reading or writing files).
+Goes to the first file in the list when using the file browser.
@item lastfile
-Goes to the last file when using the file browser (reading or writing files).
+Goes to the last file in the list when using the file browser.
@item nohelp
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
@@ -1619,7 +1620,8 @@ The 'write file' menu.
The 'insert file' menu.
@item browser
-The file browser, for choosing a file to read from or write to.
+The 'file browser' menu, for selecting a file to be opened or
+inserted or written to.
@item whereisfile
The 'search for a file' menu in the file browser.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -551,7 +551,7 @@ Invokes the help viewer.
Cancels the current command.
.TP
.B exit
-Exits from the program (or from the help viewer or the file browser).
+Exits from the program (or from the help viewer or file browser).
.TP
.B writeout
Writes the current buffer to disk, asking for a name.
@@ -830,17 +830,18 @@ When about to write a file, discard the current buffer without saving.
is in effect.)
.TP
.B browser
-Starts the file browser, allowing to select a file from a list.
+Starts the file browser (in the Read File and Write Out menus),
+allowing to select a file from a list.
.TP
.B gotodir
Goes to a directory to be specified, allowing to browse anywhere
in the filesystem.
.TP
.B firstfile
-Goes to the first file when using the file browser (reading or writing files).
+Goes to the first file in the list when using the file browser.
.TP
.B lastfile
-Goes to the last file when using the file browser (reading or writing files).
+Goes to the last file in the list when using the file browser.
.TP
.B nohelp
Toggles the presence of the two-line list of key bindings at the bottom of the screen.
@@ -921,7 +922,8 @@ The 'write file' menu.
The 'insert file' menu.
.TP
.B browser
-The file browser for inserting or writing a file.
+The 'file browser' menu, for selecting a file to be opened or
+inserted or written to.
.TP
.B whereisfile
The 'search for a file' menu in the file browser.