From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 16 12:20:39 2020 Received: (at 40592-done) by debbugs.gnu.org; 16 Apr 2020 16:20:39 +0000 Received: from localhost ([127.0.0.1]:39186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP7Fn-0004Cs-3b for submit@debbugs.gnu.org; Thu, 16 Apr 2020 12:20:39 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jP7Fl-0004Cf-Mi for 40592-done@debbugs.gnu.org; Thu, 16 Apr 2020 12:20:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jP7Ff-00069W-8a; Thu, 16 Apr 2020 12:20:31 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=42496 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jP7Fd-0007zK-LR; Thu, 16 Apr 2020 12:20:30 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: R Veera Kumar Subject: Re: [bug#40592] [PATCH v2] doc: Add dicod-service-type in Dictionary Services. References: <20200413060517.1379-1-vkor@vkten.in> <20200416160638.22467-1-vkor@vkten.in> Date: Thu, 16 Apr 2020 18:20:28 +0200 In-Reply-To: <20200416160638.22467-1-vkor@vkten.in> (R. Veera Kumar's message of "Thu, 16 Apr 2020 21:36:38 +0530") Message-ID: <87ftd3h06r.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 40592-done Cc: 40592-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.5 (--) Hi, R Veera Kumar skribis: > * doc/guix.texi (Miscellaneous Services): Add dicod-service-type > in Dictionary Services. [...] > +@defvr {Scheme Variable} dicod-service-type > + > +This is the type of the service that runs the @command{dicod} daemon, an > +implementation of DICT server (@pxref{Dicod,,, dico, GNU Dico Manual}). > + > +@end defvr Applied without the extra newlines above. Thank you! Ludo=E2=80=99.