From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 01/01: doc: Typos and small stylistic changes. Date: Mon, 07 Mar 2016 00:10:24 +0100 Message-ID: <87wppfcie7.fsf@gnu.org> References: <20160305152745.10002.35086@vcs.savannah.gnu.org> <877fhg38b2.fsf@gnu.org> <20160306131042.GA13567@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1achol-0006Wy-0i for guix-devel@gnu.org; Sun, 06 Mar 2016 18:10:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1achoh-0005bs-QV for guix-devel@gnu.org; Sun, 06 Mar 2016 18:10:30 -0500 In-Reply-To: <20160306131042.GA13567@solar> (Andreas Enge's message of "Sun, 6 Mar 2016 14:10:42 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > On Sat, Mar 05, 2016 at 10:48:33PM +0100, Ludovic Court=C3=A8s wrote: >> This commit modifies some of the service documentation, which is also >> available in docstrings in gnu/services/*.scm. Could you update them >> accordingly? > > Oh dear Ultimately I think we should at least have a way to extract docstrings. There=E2=80=99s an Emacs Lisp file somewhere in the Guile tree that does th= at. Ludo=E2=80=99.