From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.bugs Subject: bug#20812: [PATCH] Fix typo in the man page. Date: Fri, 19 Jun 2015 15:46:53 -0400 Message-ID: <87twu3bhw2.fsf@netris.org> References: <87a8w2i7r4.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434743243 16865 80.91.229.3 (19 Jun 2015 19:47:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Jun 2015 19:47:23 +0000 (UTC) Cc: 20812-done@debbugs.gnu.org To: Alex Kost Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Jun 19 21:47:15 2015 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z62Fu-000581-Ox for guile-bugs@m.gmane.org; Fri, 19 Jun 2015 21:47:14 +0200 Original-Received: from localhost ([::1]:59820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z62Fu-00074K-CL for guile-bugs@m.gmane.org; Fri, 19 Jun 2015 15:47:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z62Fq-00072n-4B for bug-guile@gnu.org; Fri, 19 Jun 2015 15:47:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z62Fm-0001WZ-3h for bug-guile@gnu.org; Fri, 19 Jun 2015 15:47:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:50812) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z62Fm-0001WR-07 for bug-guile@gnu.org; Fri, 19 Jun 2015 15:47:06 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Z62Fl-0000AI-Lm for bug-guile@gnu.org; Fri, 19 Jun 2015 15:47:05 -0400 Resent-From: Mark H Weaver Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Fri, 19 Jun 2015 19:47:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 20812 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch Mail-Followup-To: 20812@debbugs.gnu.org, mhw@netris.org, alezost@gmail.com Original-Received: via spool by 20812-done@debbugs.gnu.org id=D20812.1434743221600 (code D ref 20812); Fri, 19 Jun 2015 19:47:05 +0000 Original-Received: (at 20812-done) by debbugs.gnu.org; 19 Jun 2015 19:47:01 +0000 Original-Received: from localhost ([127.0.0.1]:52252 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z62Fg-00009b-Kk for submit@debbugs.gnu.org; Fri, 19 Jun 2015 15:47:00 -0400 Original-Received: from world.peace.net ([50.252.239.5]:34218 ident=hope8) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Z62Fe-00009T-Vh for 20812-done@debbugs.gnu.org; Fri, 19 Jun 2015 15:46:59 -0400 Original-Received: from [10.1.10.104] (helo=jojen) by world.peace.net with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Z62FZ-0007Om-DA; Fri, 19 Jun 2015 15:46:53 -0400 In-Reply-To: <87a8w2i7r4.fsf@gmail.com> (Alex Kost's message of "Sun, 14 Jun 2015 19:18:07 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:7798 Archived-At: Alex Kost writes: > I've noticed that commit 900a6f8 mistakenly reverted the change in the > manual introduced by commit 6f06e8d. Pushed to stable-2.0, thanks! Mark