Danny Milosavljevic <[email protected]> writes:

> I pushed is patch to master as 958be7a4232c934c6480548efb86a00303e0eb71.

Sorry, I sent the patch too soon, there was another problem, where # was
used in place of @ in the same description :/.

>From 61091a95f7e90aa351d473037a984533b315f585 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <[email protected]>
Date: Wed, 27 Sep 2017 14:38:22 -0400
Subject: [PATCH] gnu: tklib: Fix texinfo description.

* gnu/packages/tcl.scm (tklib): Fix texinfo description.

Thanks to jlicht for reporting it in #guix.
---
 gnu/packages/tcl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 49cee3e05..5d9eba75f 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -276,7 +276,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @enumerate
 @item @code{chatwidget}
 @item @code{datefield}
-@item @code{tooltip
+@item @code{tooltip}
 @item @code{cursor}
 @item @code{ipentry}
 @item @code{tablelist}
@@ -289,7 +289,7 @@ modules for Tk, all written in high-level Tcl.  Examples of provided widgets:
 @item @code{ctext}
 @item @code{autosscroll}
 @item @code{canvas}
-#end enumerate")
+@end enumerate")
     (license (package-license tcl))))
 
 (define-public tclxml
-- 
2.14.1

Reply via email to