From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 2/2] emacs: Add interface for comparing generations. Date: Tue, 04 Nov 2014 15:52:43 +0300 Message-ID: <87h9yf5dr8.fsf@gmail.com> References: <87bnopu9te.fsf@gmail.com> <871tplmqjo.fsf@gnu.org> <8761exteu3.fsf@gmail.com> <878ujr9b76.fsf@gnu.org> <87lhnr5sol.fsf@gmail.com> <87r3xjb8he.fsf@gnu.org> 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]:54798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XldbR-000080-F6 for guix-devel@gnu.org; Tue, 04 Nov 2014 07:52:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XldbM-0003et-0w for guix-devel@gnu.org; Tue, 04 Nov 2014 07:52:53 -0500 In-Reply-To: <87r3xjb8he.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 04 Nov 2014 10:50:05 +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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2014-11-04 12:50 +0300) wrote: > Alex Kost skribis: [...] >> Do not worry about the efficiency of that @code{require} thing. It will >> not load the whole ``guix.el'' package, it will just autoload the main >> -interactive commands (@pxref{Autoload,,, elisp, Emacs Lisp}). >> +interactive commands (@pxref{Autoload,,, elisp, The Emacs Lisp Reference >> +Manual}). > > lispref.texi has: > > @settitle GNU Emacs Lisp Reference Manual > > So make it =E2=80=9CThe GNU Emacs Lisp Reference Manual=E2=80=9D (or with= out =E2=80=9CThe=E2=80=9D, as > you prefer.) And again, *.texi files from have several dozens of "The Emacs Lisp Reference Manual" references and only a couple of "(The) GNU Emacs Lisp Reference Manual". Does it really matter so much? > OK to commit with this change! Anyway, I have changed it to "The GNU Emacs Lisp Reference Manual" and commited, thanks. --=20 Alex