guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: texlive-xfor: Fix typo.


From: guix-commits
Subject: 02/03: gnu: texlive-xfor: Fix typo.
Date: Tue, 5 Sep 2023 17:15:11 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 91f1be9ddf5033530ff9efdbbaaf1a62a6c15519
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 5 23:04:51 2023 +0200

    gnu: texlive-xfor: Fix typo.
    
    * gnu/packages/tex.scm (texlive-xfor)[description]: Use Texinfo markup for
    "break" statement.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8b8d98fa16..e1bdf1a8e3 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -73812,8 +73812,8 @@ which is ordinarily processed by a tightly bound 
processor (called
     (description
      "The package redefines the LaTeX internal @code{\\@@for} macro so that
 the loop may be prematurely terminated.  The action is akin to the C/Java
-break statement, except that the loop does not terminate until the end of the
-current iteration.")
+@code{break} statement, except that the loop does not terminate until the end
+of the current iteration.")
     (license license:lppl)))
 
 (define-public texlive-2up



reply via email to

[Prev in Thread] Current Thread [Next in Thread]