commit 479e56bdd63b054847658b2b6fbf6738d3f55567
parent e5d36de24c0376a0073f476011e6caf857fcd8b5
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 6 Jul 2024 12:02:14 +0200
tweaks: slightly reword a phrase in the explanation of --colonparsing
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/nano.1 b/doc/nano.1
@@ -360,8 +360,8 @@ understand the digits as a line number. If the trimmed filename does
not exist either, then repeat the process and understand the obtained
two numbers as line and column number. But if the doubly trimmed
filename does not exist either, then forget the trimming and accept
-the original filename as is. To disable this colon parsing, use
-something like \fB+1\fR before the filename.
+the original filename as is. To disable this colon parsing for some
+file, use \fB+1\fR or similar before the relevant filename.
.TP
.BR \-% ", " \-\-stateflags
Use the top-right corner of the screen for showing some state flags:
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -728,8 +728,8 @@ understand the digits as a line number. If the trimmed filename does
not exist either, then repeat the process and understand the obtained
two numbers as line and column number. But if the doubly trimmed
filename does not exist either, then forget the trimming and accept
-the original filename as is. To disable this colon parsing, use
-something like @code{+1} before the filename.
+the original filename as is. To disable this colon parsing for some
+file, use @code{+1} or similar before the relevant filename.
@item -%
@itemx --stateflags
@@ -947,8 +947,8 @@ understand the digits as a line number. If the trimmed filename does
not exist either, then repeat the process and understand the obtained
two numbers as line and column number. But if the doubly trimmed
filename does not exist either, then forget the trimming and accept
-the original filename as is. To disable this colon parsing, use
-something like @code{+1} before the filename.
+the original filename as is. To disable this colon parsing for some
+file, use @code{+1} or similar before the relevant filename.
@item set constantshow
Constantly display the cursor position on the status bar.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -129,8 +129,8 @@ understand the digits as a line number. If the trimmed filename does
not exist either, then repeat the process and understand the obtained
two numbers as line and column number. But if the doubly trimmed
filename does not exist either, then forget the trimming and accept
-the original filename as is. To disable this colon parsing, use
-something like \fB+1\fR before the filename.
+the original filename as is. To disable this colon parsing for some
+file, use \fB+1\fR or similar before the relevant filename.
.TP
.B set constantshow
Constantly display the cursor position in the status bar.