docs: stop saying that --fill switches on automatic hard-wrapping

The two were decoupled in the previous commit.  Just say that --fill
sets the target width for both justifying and automatic hard-wrapping.
master
Benno Schulenberg 2019-01-26 10:44:03 +01:00
parent 894aff0816
commit 6c89815e8b
3 changed files with 28 additions and 27 deletions

View File

@ -229,11 +229,11 @@ Preserve the XON and XOFF sequences (^Q and ^S) so they will be caught
by the terminal. by the terminal.
.TP .TP
.BR \-r\ \fInumber ", " \-\-fill= \fInumber .BR \-r\ \fInumber ", " \-\-fill= \fInumber
Hard-wrap lines at column \fInumber\fP. If this value is 0 or less, wrapping Set the target width for justifying and automatic hard-wrapping at this
will occur at the width of the screen less \fInumber\fP columns, allowing \fInumber\fR of columns. If the value is 0 or less, wrapping will occur
the wrap point to vary along with the width of the screen if the screen at the width of the screen minus \fInumber\fR columns, allowing the wrap
is resized. The default value is \-8. This option conflicts with point to vary along with the width of the screen if the screen is resized.
\fB\-w\fR (\fB\-\-nowrap\fR) -- the last one given takes effect. The default value is \-8.
.TP .TP
.BR \-s\ \fIprogram ", " \-\-speller= \fIprogram .BR \-s\ \fIprogram ", " \-\-speller= \fIprogram
Use this alternative spell checker command. Use this alternative spell checker command.
@ -252,8 +252,8 @@ This mode allows the user to open also other files for viewing,
unless \fB--restricted\fR is given too. unless \fB--restricted\fR is given too.
.TP .TP
.BR \-w ", " \-\-nowrap .BR \-w ", " \-\-nowrap
Disable the hard-wrapping of long lines. This option conflicts with Do not automatically hard-wrap the current line when it becomes overlong.
\fB\-r\fR (\fB\-\-fill\fR) -- the last one given takes effect. This is the default.
.TP .TP
.BR \-x ", " \-\-nohelp .BR \-x ", " \-\-nohelp
Don't show the two help lines at the bottom of the screen. Don't show the two help lines at the bottom of the screen.

View File

@ -348,12 +348,11 @@ sent to the editor can be stopped and started.
@item -r @var{number} @item -r @var{number}
@itemx --fill=@var{number} @itemx --fill=@var{number}
Hard-wrap lines at column @var{number} (by inserting a newline character). Set the target width for justifying and automatic hard-wrapping at this
If the given value is 0 or less, wrapping will occur at the width of @var{number} of columns. If the value is 0 or less, wrapping will occur
the screen minus the given amount, allowing the wrapping width to at the width of the screen minus @var{number} columns, allowing the wrap
vary along with the width of the screen if and when it is resized. point to vary along with the width of the screen if the screen is resized.
The default value is @t{-8}. This option conflicts with @option{-w} The default value is @t{-8}.
(@option{--nowrap}); the last one given takes effect.
@anchor{@option{--speller}} @anchor{@option{--speller}}
@item -s @var{program} @item -s @var{program}
@ -386,8 +385,8 @@ file permissions to implement a read-only file.)
@item -w @item -w
@itemx --nowrap @itemx --nowrap
Don't hard-wrap long lines at any length. This option conflicts with Do not automatically hard-wrap the current line when it becomes overlong.
@option{-r} (@option{--fill}); the last one given takes effect. This is the default.
@anchor{Expert Mode} @anchor{Expert Mode}
@item -x @item -x
@ -732,10 +731,11 @@ Use this color combination for the status bar when an error message is displayed
@xref{@code{set functioncolor}} for valid color names. @xref{@code{set functioncolor}} for valid color names.
@item set fill @var{number} @item set fill @var{number}
Hard-wrap lines at column number @var{number}. If @var{number} is 0 or less, Set the target width for justifying and automatic hard-wrapping at this
the maximum line length will be the screen width less @var{number} columns. @var{number} of columns. If the value is 0 or less, wrapping will occur
The default value is @t{-8}. This option conflicts with at the width of the screen minus @var{number} columns, allowing the wrap
@option{nowrap}; the last one given takes effect. point to vary along with the width of the screen if the screen is resized.
The default value is @t{-8}.
@anchor{@code{set functioncolor}} @anchor{@code{set functioncolor}}
@item set functioncolor @var{fgcolor},@var{bgcolor} @item set functioncolor @var{fgcolor},@var{bgcolor}
@ -793,8 +793,8 @@ Don't pause between warnings at startup. This means that only
the last one will be visible (when there are multiple ones). the last one will be visible (when there are multiple ones).
@item set nowrap @item set nowrap
Don't hard-wrap text at all. This option conflicts with Do not automatically hard-wrap the current line when it becomes overlong.
@option{fill}; the last one given takes effect. This is the default.
@item set numbercolor @var{fgcolor},@var{bgcolor} @item set numbercolor @var{fgcolor},@var{bgcolor}
Use this color combination for line numbers. Use this color combination for line numbers.

View File

@ -107,10 +107,11 @@ Use this color combination for the status bar when an error message is displayed
See \fBset titlecolor\fR for valid color names. See \fBset titlecolor\fR for valid color names.
.TP .TP
.B set fill \fInumber\fR .B set fill \fInumber\fR
Hard-wrap lines at column number \fInumber\fR. If \fInumber\fR is 0 or less, Set the target width for justifying and automatic hard-wrapping at this
the maximum line length will be the screen width less \fInumber\fP columns. \fInumber\fR of columns. If the value is 0 or less, wrapping will occur
The default value is \fB\-8\fR. This option conflicts with at the width of the screen minus \fInumber\fR columns, allowing the wrap
\fBnowrap\fR -- the last one given takes effect. point to vary along with the width of the screen if the screen is resized.
The default value is \-8.
.TP .TP
.B set functioncolor \fIfgcolor\fR,\fIbgcolor\fR .B set functioncolor \fIfgcolor\fR,\fIbgcolor\fR
Specify the color combination to use for the function descriptions Specify the color combination to use for the function descriptions
@ -165,8 +166,8 @@ Don't pause between warnings at startup. This means that only
the last one will be visible (when there are multiple ones). the last one will be visible (when there are multiple ones).
.TP .TP
.B set nowrap .B set nowrap
Don't hard-wrap text at all. This option conflicts with Do not automatically hard-wrap the current line when it becomes overlong.
\fBfill\fR -- the last one given takes effect. This is the default.
.TP .TP
.B set numbercolor \fIfgcolor\fR,\fIbgcolor\fR .B set numbercolor \fIfgcolor\fR,\fIbgcolor\fR
Specify the color combination to use for line numbers. Specify the color combination to use for line numbers.