gbranden pushed a commit to branch master
in repository groff.

commit 8d3a7f2ecc2c4a2da6173918bc7f27cfc37a5319
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri May 1 02:03:55 2026 -0500

    doc/groff.texi.in: Relocate material.
    
    Parallelize ordering of fill color stuff with stroke color stuff.
---
 doc/groff.texi.in | 37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index e0e4fc5d9..be6fa0ed4 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -15655,6 +15655,25 @@ as does an
 @code{fcolor}
 request without an argument.
 
+Create an ellipse with a red interior as follows.
+
+@Example
+\M[red]\h'0.5i'\D'E 2i 1i'\M[]
+@endExample
+
+@cindex background color name register (@code{.M})
+@cindex name, background color, register (@code{.M})
+@cindex color name, background, register (@code{.M})
+@cindex fill color name register (@code{.M})
+@cindex name, fill color, register (@code{.M})
+@cindex color name, fill, register (@code{.M})
+The current environment's fill color selection
+is available in the read-only string-valued register
+@samp{.M}.@footnote{@xref{Environments}.}
+The default fill color is named
+@samp{default}.
+@endDefesc
+
 @cindex @code{\M} escape sequence, untokenized on input
 @cindex untokenized escape sequence, @code{\M}
 GNU
@@ -15673,24 +15692,6 @@ interprets the fill color as a character cell 
background color.
 @Example
 .mc \m[black]\M[green]x\M[]\m[]
 @endExample
-
-@cindex background color name register (@code{.M})
-@cindex name, background color, register (@code{.M})
-@cindex color name, background, register (@code{.M})
-@cindex fill color name register (@code{.M})
-@cindex name, fill color, register (@code{.M})
-@cindex color name, fill, register (@code{.M})
-The current environment's fill color selection
-is available in the read-only string-valued register @samp{.M}
-(@pxref{Environments}).
-The default fill color is named @samp{default}.
-
-Create an ellipse with a red interior as follows.
-
-@Example
-\M[red]\h'0.5i'\D'E 2i 1i'\M[]
-@endExample
-@endDefesc
 @c END Keep (roughly) parallel with section "Colors" of groff(7).
 
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to