From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alex ter Weele Newsgroups: gmane.lisp.guile.devel Subject: [PATCH] doc: fix typo in control mechanisms. Date: Thu, 29 Jun 2017 12:44:06 -0400 Message-ID: <877ezuagmh.fsf@loki.i-did-not-set--mail-host-address--so-tickle-me> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/x-diff X-Trace: blaine.gmane.org 1498769550 15779 195.159.176.226 (29 Jun 2017 20:52:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 29 Jun 2017 20:52:30 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jun 29 22:52:25 2017 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dQgQL-0003mU-3A for guile-devel@m.gmane.org; Thu, 29 Jun 2017 22:52:25 +0200 Original-Received: from localhost ([::1]:41216 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQgQQ-0000vB-IW for guile-devel@m.gmane.org; Thu, 29 Jun 2017 16:52:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQcYF-0007jw-Jc for guile-devel@gnu.org; Thu, 29 Jun 2017 12:44:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQcYB-0008HE-Ko for guile-devel@gnu.org; Thu, 29 Jun 2017 12:44:19 -0400 Original-Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:33754) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dQcYB-0008Fq-G4 for guile-devel@gnu.org; Thu, 29 Jun 2017 12:44:15 -0400 Original-Received: by mail-qk0-x22d.google.com with SMTP id r62so81097408qkf.0 for ; Thu, 29 Jun 2017 09:44:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:content-disposition; bh=2O8rBp3Usj/QhotLJHod3820pop7Qv72QWbW2XcXQCA=; b=jWEx3gzoZi3a3W9g8tHMqS22bbiUvPPSGaky7+YS1e5Aw0iNuCOHIwcdu4EnrtJisR q7kNLRieA2mYGirgjf0e224D/qsKlfxt1DG9YSH5BhbO/kPI+jLUQjwPAFQ2LCYh+bCZ CXS86P1cJzgtwby0VOpvSNRIHiCA7k2hERNjf/+11xMoB8iGFXZIUVtvrFcsGIO2qh8v GWMN6cQhI3ab6t+UQwHwmhk4KipxHerDrTNLqt5aZ0VVMlr9MzBaKoLQkN+YhC+TWTe/ MBwGYzPLF8CV1SZDGBAvQeQlnZjWzMAi49ZlmwEDB4+063Y8YCof/+s8LCzJGDEw6din StSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-disposition; bh=2O8rBp3Usj/QhotLJHod3820pop7Qv72QWbW2XcXQCA=; b=kWfnjFovbW+Jlc/MqXRM93jtb110H/NJ3UpDy5SG1ExHwRkxMOepd4rc/9mPt850i2 RmUWa4/Wu1FAq0zs8xRNRYnLwYJQ/rgVdYKYzodsOjxvs+g0SgFSND6YZkphXJkbralD xbvD/QEYFO20ySRUGCFYkRZr1AXzRDsFe2xprEhto+CJCkONO19jPTrpp7tdTz7Uz+z9 HDHC9Foul0SbYBKwXggJ6uXygCVzJ9NHRkMkHj1lan/fJ+cWAmh1fHumSx/qDYTUeNxo VTpMUP4TnalYQIHj/AidbM1Qi5H5Q6u0ryY703cijAc3d1E5QwUmGMarKk+KxvEH2PvN EDEw== X-Gm-Message-State: AKS2vOww+qR7nylGzwQ//EmUDXap6Kk8+KWtysbCVdVZzc7A3K6g7wGo yYoavskiecY/0Gia X-Received: by 10.55.54.196 with SMTP id d187mr21555134qka.96.1498754652942; Thu, 29 Jun 2017 09:44:12 -0700 (PDT) Original-Received: from loki (nat-128-84-124-0-340.cit.cornell.edu. [128.84.125.84]) by smtp.gmail.com with ESMTPSA id c4sm4617363qtc.1.2017.06.29.09.44.10 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Jun 2017 09:44:11 -0700 (PDT) Content-Disposition: inline; filename=0001-doc-Fix-typo-in-control-mechanisms.patch X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:400d:c09::22d X-Mailman-Approved-At: Thu, 29 Jun 2017 16:52:23 -0400 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:19236 Archived-At: >From 977fe585abe403a796260da10d6c3c1aa177a453 Mon Sep 17 00:00:00 2001 From: Alex ter Weele Date: Thu, 29 Jun 2017 12:33:18 -0400 Subject: [PATCH] doc: Fix typo in control mechanisms. * doc/ref/api-control.texi: change "which will called" to "which will be called". --- doc/ref/api-control.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index 2d696ea89..6a7487ff5 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -677,7 +677,7 @@ Evaluate @var{expr} in a prompt, optionally specifying a tag and a handler. If no tag is given, the default prompt tag is used. If no handler is given, a default handler is installed. The default -handler accepts a procedure of one argument, which will called on the +handler accepts a procedure of one argument, which will be called on the captured continuation, within a prompt. Sometimes it's easier just to show code, as in this case: -- 2.11.0