mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-21 20:31:20 +03:00
docs: stop mentioning that --wordchars overrides --wordbounds
Since the previous commit, it no longer does. Instead, the two interfere, and the user probably wants to use just one of them.
This commit is contained in:
parent
547de4a7bb
commit
2d4bacf61d
@ -199,8 +199,8 @@ characters as part of a word.
|
||||
.TP
|
||||
.BR "\-X ""\fIcharacters\fB""" ", " "\-\-wordchars=""" \fIcharacters """
|
||||
Specify which other characters (besides the normal alphanumeric ones)
|
||||
should be considered as part of a word. This overrides option
|
||||
\fB\-W\fR (\fB\-\-wordbounds\fR).
|
||||
should be considered as part of a word. When using this option, you
|
||||
probably want to omit \fB\-W\fR (\fB\-\-wordbounds\fR).
|
||||
.TP
|
||||
.BR \-Y\ \fIname ", " \-\-syntax= \fIname
|
||||
Specify the name of the syntax highlighting to use from among the ones
|
||||
|
@ -292,8 +292,8 @@ characters as parts of words.
|
||||
@item -X "@var{characters}"
|
||||
@itemx --wordchars="@var{characters}"
|
||||
Specify which other characters (besides the normal alphanumeric ones)
|
||||
should be considered as parts of words. This overrides option
|
||||
@option{-W} (@option{--wordbounds}).
|
||||
should be considered as parts of words. When using this option, you
|
||||
probably want to omit @option{-W} (@option{--wordbounds}).
|
||||
|
||||
@item -Y @var{name}
|
||||
@itemx --syntax=@var{name}
|
||||
@ -979,8 +979,8 @@ characters as part of a word.
|
||||
|
||||
@item set wordchars "@var{characters}"
|
||||
Specify which other characters (besides the normal alphanumeric ones)
|
||||
should be considered as parts of words. This overrides the option
|
||||
@code{wordbounds}.
|
||||
should be considered as parts of words. When using this option, you
|
||||
probably want to unset @code{wordbounds}.
|
||||
|
||||
@item set zap
|
||||
Let an unmodified @key{Backspace} or @key{Delete} erase the marked region
|
||||
|
@ -330,8 +330,8 @@ characters as parts of words.
|
||||
.TP
|
||||
.BI "set wordchars """ characters """
|
||||
Specify which other characters (besides the normal alphanumeric ones)
|
||||
should be considered as parts of words. This overrides the option
|
||||
\fBwordbounds\fR.
|
||||
should be considered as parts of words. When using this option, you
|
||||
probably want to unset \fBwordbounds\fR.
|
||||
.TP
|
||||
.B set zap
|
||||
Let an unmodified Backspace or Delete erase the marked region
|
||||
|
Loading…
Reference in New Issue
Block a user