gnu: texlive-xfor: Fix typo.
* gnu/packages/tex.scm (texlive-xfor)[description]: Use Texinfo markup for "break" statement.
This commit is contained in:
parent
eb9b0046f5
commit
91f1be9ddf
1 changed files with 2 additions and 2 deletions
|
@ -73812,8 +73812,8 @@ (define-public texlive-xfor
|
||||||
(description
|
(description
|
||||||
"The package redefines the LaTeX internal @code{\\@@for} macro so that
|
"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
|
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
|
@code{break} statement, except that the loop does not terminate until the end
|
||||||
current iteration.")
|
of the current iteration.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-2up
|
(define-public texlive-2up
|
||||||
|
|
Loading…
Reference in a new issue