1
1

tweaks: reshuffle a description and rewrap another

The reshuffling places the detailed descriptions of some commands
in the same section.
Этот коммит содержится в:
Benno Schulenberg 2022-07-25 10:34:49 +02:00
родитель 36fcdce886
Коммит b60a26d40b
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -1238,9 +1238,6 @@ on the system and will be silently ignored otherwise.)
@item formatter @var{program} [@var{argument} @dots{}] @item formatter @var{program} [@var{argument} @dots{}]
Run the given @var{program} on the full contents of the current buffer. Run the given @var{program} on the full contents of the current buffer.
(The current buffer is written out to a temporary file, the program is
run on it, and then the temporary file is read back in, replacing the
contents of the buffer.)
@item linter @var{program} [@var{argument} @dots{}] @item linter @var{program} [@var{argument} @dots{}]
Use the given @var{program} to do a syntax check on the current buffer. Use the given @var{program} to do a syntax check on the current buffer.
@ -1479,6 +1476,9 @@ or GNU @command{spell}, or the one defined by @option{--speller} or
@item formatter @item formatter
Invokes a full-buffer-processing program (if the active syntax defines one). Invokes a full-buffer-processing program (if the active syntax defines one).
(The current buffer is written out to a temporary file, the program
is run on it, and then the temporary file is read back in, replacing
the contents of the buffer.)
@item linter @item linter
Invokes a syntax-checking program (if the active syntax defines one). Invokes a syntax-checking program (if the active syntax defines one).
@ -1490,9 +1490,9 @@ and leave linting mode with @kbd{^C} or @kbd{Enter}.
@item justify @item justify
Justifies the current paragraph (or the marked region). Justifies the current paragraph (or the marked region).
A paragraph is a group of contiguous lines A paragraph is a group of contiguous lines that, apart from possibly
that, apart from possibly the first line, all have the same indentation. The the first line, all have the same indentation. The beginning of a
beginning of a paragraph is detected by either this lone line with a differing paragraph is detected by either this lone line with a differing
indentation or by a preceding blank line. indentation or by a preceding blank line.
@item fulljustify @item fulljustify

Просмотреть файл

@ -461,9 +461,6 @@ system and will be silently ignored otherwise.)
.TP .TP
.BI formatter " program " \fR[ "argument " \fR...] .BI formatter " program " \fR[ "argument " \fR...]
Run the given \fIprogram\fR on the full contents of the current buffer. Run the given \fIprogram\fR on the full contents of the current buffer.
(The current buffer is written out to a temporary file, the program is
run on it, and then the temporary file is read back in, replacing the
contents of the buffer.)
.TP .TP
.BI linter " program " \fR[ "argument " \fR...] .BI linter " program " \fR[ "argument " \fR...]
Use the given \fIprogram\fR to run a syntax check on the current buffer. Use the given \fIprogram\fR to run a syntax check on the current buffer.
@ -688,6 +685,9 @@ Invokes a spell-checking program, either the default \fBhunspell\fR(1) or GNU
.TP .TP
.B formatter .B formatter
Invokes a full-buffer-processing program (if the active syntax defines one). Invokes a full-buffer-processing program (if the active syntax defines one).
(The current buffer is written out to a temporary file, the program
is run on it, and then the temporary file is read back in, replacing
the contents of the buffer.)
.TP .TP
.B linter .B linter
Invokes a syntax-checking program (if the active syntax defines one). Invokes a syntax-checking program (if the active syntax defines one).
@ -699,9 +699,9 @@ and leave linting mode with \fB^C\fR or <Enter>.
.TP .TP
.B justify .B justify
Justifies the current paragraph (or the marked region). Justifies the current paragraph (or the marked region).
A paragraph is a group of contiguous lines A paragraph is a group of contiguous lines that, apart from possibly
that, apart from possibly the first line, all have the same indentation. The the first line, all have the same indentation. The beginning of a
beginning of a paragraph is detected by either this lone line with a differing paragraph is detected by either this lone line with a differing
indentation or by a preceding blank line. indentation or by a preceding blank line.
.TP .TP
.B fulljustify .B fulljustify