From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51342) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQyNG-0006nH-SU for guix-patches@gnu.org; Tue, 21 Apr 2020 15:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQyNG-0005Ga-Bd for guix-patches@gnu.org; Tue, 21 Apr 2020 15:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39223) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jQyNF-0005Fw-VU for guix-patches@gnu.org; Tue, 21 Apr 2020 15:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jQyNF-0002BZ-PJ for guix-patches@gnu.org; Tue, 21 Apr 2020 15:16:01 -0400 Subject: [bug#40715] [PATCH] shepherd: doc: remove 'call/ec'. Resent-Message-ID: Date: Tue, 21 Apr 2020 15:15:31 -0400 From: Leo Famulari Message-ID: <20200421191531.GA12011@jasmine.lan> References: <20200419070445.1922-1-gfleury@disroot.org> <20200421165840.GA22405@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Guy-Fleury Iteriteka Cc: 40715@debbugs.gnu.org On Tue, Apr 21, 2020 at 08:48:47PM +0200, Guy-Fleury Iteriteka wrote: > hello, > > Le 21 avril 2020 18:58:40 UTC+02:00, Leo Famulari a écrit : > >On Sun, Apr 19, 2020 at 09:04:45AM +0200, guy fleury iteriteka wrote: > >> * doc/shepherd.texi(call/ec): remove documentation. > > > >Thanks! > > > >> -@deffn {procedure} call/cc proc > >> -An alias for @code{call-with-current-continuation}. > >> -@end deffn > > > >Did you mean to also remove the call/cc part? It's not mentioned in the > >commit message... > > This fallow my previous patch 6b0e1e1923107bdf5073f87649a724b7375808b0 applied by Ludo. Yes, I noticed. But what about call/cc?