mirror of git://git.sv.gnu.org/nano.git
docs: improve the description of --nonewlines, and properly sort it
This commit is contained in:
parent
2633114b8e
commit
54cab02030
|
@ -106,7 +106,7 @@ should only need to use this option if they don't, as mouse support
|
|||
won't work properly with this option enabled.
|
||||
.TP
|
||||
.BR \-L ", " \-\-nonewlines
|
||||
Don't add newlines to the ends of files.
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
.TP
|
||||
.BR \-M ", " \-\-trimblanks
|
||||
Snip trailing whitespace from the wrapped line when automatic
|
||||
|
|
|
@ -198,7 +198,7 @@ won't work properly with this option enabled.
|
|||
|
||||
@item -L
|
||||
@itemx --nonewlines
|
||||
Don't add newlines to the ends of files.
|
||||
Don't automatically add a newline when a file does not end with one.
|
||||
|
||||
@item -M
|
||||
@itemx --trimblanks
|
||||
|
@ -806,13 +806,13 @@ Don't convert files from DOS/Mac format.
|
|||
@item set nohelp
|
||||
Don't display the help lists at the bottom of the screen.
|
||||
|
||||
@item set nonewlines
|
||||
When a file does not end with a newline, don't automatically add one.
|
||||
|
||||
@item set nopauses
|
||||
Don't pause between warnings at startup. This means that only
|
||||
the last one will be visible (when there are multiple ones).
|
||||
|
||||
@item set nonewlines
|
||||
Don't add newlines to the ends of files.
|
||||
|
||||
@item set nowrap
|
||||
Don't hard-wrap text at all. This option conflicts with
|
||||
@option{fill}; the last one given takes effect.
|
||||
|
|
|
@ -163,7 +163,7 @@ Don't convert files from DOS/Mac format.
|
|||
Don't display the two help lines at the bottom of the screen.
|
||||
.TP
|
||||
.B set nonewlines
|
||||
Don't automatically add a newline to the ends of files.
|
||||
When a file does not end with a newline, don't automatically add one.
|
||||
.TP
|
||||
.B set nopauses
|
||||
Don't pause between warnings at startup. This means that only
|
||||
|
|
|
@ -93,13 +93,13 @@
|
|||
## Don't display the helpful shortcut lists at the bottom of the screen.
|
||||
# set nohelp
|
||||
|
||||
## Don't automatically add a newline when a file does not end with one.
|
||||
# set nonewlines
|
||||
|
||||
## Don't pause between warnings at startup. Which means that only the
|
||||
## last one will be readable (when there are multiple ones).
|
||||
# set nopauses
|
||||
|
||||
## Don't add newlines to the ends of files.
|
||||
# set nonewlines
|
||||
|
||||
## Don't wrap text at all.
|
||||
# set nowrap
|
||||
|
||||
|
|
Loading…
Reference in New Issue