gbranden pushed a commit to branch master
in repository groff.

commit 284ada41f2e1f919c14649ab19cb62b50bd9e07f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Oct 24 22:33:31 2021 +1100

    doc/groff.texi: Fix style nits.
    
    * Correct bad indentation.
    * Recast a description a bit more formally; the straightforward example
      afterwards remains.
---
 doc/groff.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 4a70879..436b096 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -6707,7 +6707,6 @@ For example,
 \n+[foo], \n+[foo], \n+[foo], \n+[foo], \n+[foo]
 @endExample
 
-@noindent
 produces
 
 @Example
@@ -6718,8 +6717,9 @@ produces
 
 @cindex increment value without changing the register
 @cindex value, incrementing without changing the register
-To change the increment value without changing the value of a register
-(@var{a} in the example), the following can be used:
+To change the increment value without changing the value of a register,
+assign the register's value to itself by interpolating it, and specify
+the desired increment normally.
 
 @Example
 .nr a \na 10

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

Reply via email to