From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] doc: Improve wording and fix typos in "Introduction" and "Requirements". Date: Fri, 24 May 2013 17:42:26 +0200 Message-ID: <87ip28wfj1.fsf@gnu.org> References: <87r4gwh8jm.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufu8e-0006O2-Uj for bug-guix@gnu.org; Fri, 24 May 2013 11:42:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ufu8a-0004lM-47 for bug-guix@gnu.org; Fri, 24 May 2013 11:42:40 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=39130 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ufu8Z-0004jz-Ug for bug-guix@gnu.org; Fri, 24 May 2013 11:42:36 -0400 In-Reply-To: <87r4gwh8jm.fsf@karetnikov.org> (Nikita Karetnikov's message of "Fri, 24 May 2013 16:22:21 +0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: > Is it possible to use =E2=80=99 instead of ' for the apostrophe and keep = the > source in ASCII? There=E2=80=99s a contradiction: =E2=80=99 is not ASCII. But anyway, the normal way to use Texinfo is like TeX: you use ASCII quotes, and it does the right thing (see the PDF output, and the Info output if you=E2=80=99re using makeinfo 5.x.) > From 3384e3e2e00d3cbef37b913c9a17df5842522ef8 Mon Sep 17 00:00:00 2001 > From: Nikita Karetnikov > Date: Fri, 24 May 2013 12:02:15 +0000 > Subject: [PATCH] doc: Improve wording and fix typos in "Introduction" and > "Requirements". > > * doc/guix.texi (Introduction, Requirements): Rephrase and fix typos. > --- > doc/guix.texi | 66 +++++++++++++++++++++++++++------------------------= ----- > 1 files changed, 32 insertions(+), 34 deletions(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index c3aab81..9a12ff9 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -96,42 +96,39 @@ Documentation License.'' > GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``=C9=A1i=CB= =90ks'' > using the international phonetic alphabet (IPA).} is a functional > package management tool for the GNU system. Package management consists > -in all the activities that relate to building packages from source, > -honoring the build-time and run-time dependencies on packages, > -installing packages in user environments, upgrading installed packages > -to new versions or rolling back to a previous set, removing unused > -software packages, etc. > +of all activities that relate to building packages from sources, > +preserving their build-time and run-time dependencies, installing > +packages in user environments, upgrading installed packages to new > +versions or rolling back to a previous set, removing unused software > +packages, etc. There seems to be some paragraph filling at least here. Could you rearrange the patch to avoid paragraph filling, so that only the parts that were really changed show up? Thanks for looking into this! Ludo=E2=80=99.