[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/02: doc/groff.texi: Coalesce and rearrange paragraphs.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/02: doc/groff.texi: Coalesce and rearrange paragraphs. |
Date: |
Fri, 9 Jun 2023 01:23:26 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 4bfc7b5fd615fd5d713c06ca93b9b4574f82a413
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jun 8 23:57:41 2023 -0500
doc/groff.texi: Coalesce and rearrange paragraphs.
---
doc/groff.texi | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 3f5763fb5..dc8e4be0c 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -12121,17 +12121,9 @@ the color on the fly:
@DefescItem {\\M, (, co, }
@DefescItem {\\M, [, color, ]}
@DefregListEndx {.M}
-Set fill color for objects drawn with @code{\D'@dots{}'} escape
-sequences.
-
-Create an ellipse with a red interior as follows.
-
-@Example
-\M[red]\h'0.5i'\D'E 2i 1i'\M[]
-@endExample
-
-The escape sequence @code{\M[]} restores the previous fill color, as
-does an @code{fcolor} request without an argument.
+Set the fill color for objects drawn with @code{\D'@dots{}'} escape
+sequences. The escape sequence @code{\M[]} restores the previous fill
+color, as does an @code{fcolor} request without an argument.
@cindex background color name register (@code{.M})
@cindex name, background color, register (@code{.M})
@@ -12142,9 +12134,14 @@ does an @code{fcolor} request without an argument.
The name of the current fill color is available in the read-only
string-valued register @samp{.M}; it is associated with the environment
(@pxref{Environments}). It interpolates nothing when the fill color
-is the default.
+is the default. @code{\M} doesn't produce an input token in GNU
+@code{troff}.
+
+Create an ellipse with a red interior as follows.
-@code{\M} doesn't produce an input token in GNU @code{troff}.
+@Example
+\M[red]\h'0.5i'\D'E 2i 1i'\M[]
+@endExample
@endDefesc
@c END Keep (roughly) parallel with section "Colors" of groff(7).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/02: doc/groff.texi: Coalesce and rearrange paragraphs.,
G. Branden Robinson <=