diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-05 23:04:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-09-05 23:10:45 +0200 |
commit | 91f1be9ddf5033530ff9efdbbaaf1a62a6c15519 (patch) | |
tree | fede7776b794d2645eb14f9d631f3d9e3348cba5 /gnu/packages/tex.scm | |
parent | eb9b0046f53dfd9421e8cd0579bf0b5d6ad754c7 (diff) | |
download | guix-91f1be9ddf5033530ff9efdbbaaf1a62a6c15519.tar.gz |
gnu: texlive-xfor: Fix typo.
* gnu/packages/tex.scm (texlive-xfor)[description]: Use Texinfo markup for "break" statement.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files 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 |