From 91f1be9ddf5033530ff9efdbbaaf1a62a6c15519 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 5 Sep 2023 23:04:51 +0200 Subject: 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(-) (limited to 'gnu/packages/tex.scm') 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 -- cgit v1.2.3