gbranden pushed a commit to branch master
in repository groff.

commit 1dc1cb2636d88e6545b305399734c4ed5831faf3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 2 11:56:01 2024 -0500

    groff_mm(7): Fix erroneous `ML` description.
    
    * contrib/mm/groff_mm.7.man (Macros) <ML>: Fix error; the default text
      indentation is computed from the width of the specified mark, and uses
      neither register `Li` nor `Pi` as other list types do.  Incorrect
      claim appears to date back to groff 1.10, 26 November 1995.
---
 contrib/mm/ChangeLog      | 8 ++++++++
 contrib/mm/groff_mm.7.man | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 5cd01a31e..919063399 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,11 @@
+2024-07-02  G. Branden Robinson <[email protected]>
+
+       * groff_mm.7.man (Macros) <ML>: Fix error; the default
+       text indentation is computed from the width of the specified
+       mark, and uses neither register `Li` nor `Pi` as other list
+       types do.  Incorrect claim appears to date back to groff 1.10,
+       26 November 1995.
+
 2024-07-02  G. Branden Robinson <[email protected]>
 
        * m.tmac (BVL): Trivially refactor.  Rename and retype `list*ti`
diff --git a/contrib/mm/groff_mm.7.man b/contrib/mm/groff_mm.7.man
index 3073a49ba..a0bc36c59 100644
--- a/contrib/mm/groff_mm.7.man
+++ b/contrib/mm/groff_mm.7.man
@@ -2754,8 +2754,10 @@ the
 argument precedes each item.
 .
 .I text-indent
-overrides the default indentation of the list items set by register
-.BR Li .
+overrides the default indentation of the list items,
+which is the width of
+.I mark
+plus one word space.
 .
 A third argument suppresses the vertical space that normally precedes
 each list item;

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

Reply via email to