unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 28624-done@debbugs.gnu.org
Subject: bug#28624: [PATCHv2] Add missing closing brace to tklib
Date: Wed, 27 Sep 2017 15:30:08 -0400	[thread overview]
Message-ID: <87o9pw2b3z.fsf_-_@gmail.com> (raw)
In-Reply-To: <20170927205839.6234925f@scratchpost.org> (Danny Milosavljevic's message of "Wed, 27 Sep 2017 20:58:39 +0200")

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Danny Milosavljevic <dannym@scratchpost.org> 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 :/.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-tklib-Fix-texinfo-description.patch --]
[-- Type: text/x-patch, Size: 1092 bytes --]

From 61091a95f7e90aa351d473037a984533b315f585 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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	other threads:[~2017-09-27 19:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-27 18:50 bug#28624: [PATCH] Add missing closing brace to tklib Maxim Cournoyer
2017-09-27 18:58 ` Danny Milosavljevic
2017-09-27 19:30   ` Maxim Cournoyer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o9pw2b3z.fsf_-_@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=28624-done@debbugs.gnu.org \
    --cc=dannym@scratchpost.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).