From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: auth.texi (was: Release branch plans) Date: Fri, 06 Apr 2012 00:23:53 +0300 Message-ID: <83lim9c1p2.fsf@gnu.org> References: <87d37q7ld4.fsf@gnu.org> <871uo6puac.fsf@gnu.org> <87fwcmblt3.fsf@gmx.de> <87mx6r8q66.fsf@gmx.de> <87398i8hqg.fsf@lifelogs.com> <87d37m9bl2.fsf@gmx.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1333661100 11701 80.91.229.3 (5 Apr 2012 21:25:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2012 21:25:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 05 23:24:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SFuAq-0006bC-Nj for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2012 23:24:56 +0200 Original-Received: from localhost ([::1]:34430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFuAf-00063l-78 for ged-emacs-devel@m.gmane.org; Thu, 05 Apr 2012 17:24:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40795) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFuAU-00062X-Ds for emacs-devel@gnu.org; Thu, 05 Apr 2012 17:24:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFuAH-00061t-Aj for emacs-devel@gnu.org; Thu, 05 Apr 2012 17:24:33 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:46699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFuAH-00061i-2S for emacs-devel@gnu.org; Thu, 05 Apr 2012 17:24:21 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2000G00ZCVVW00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 06 Apr 2012 00:23:36 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.252.114]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2000G5DZFBKE90@a-mtaout22.012.net.il>; Fri, 06 Apr 2012 00:23:36 +0300 (IDT) In-reply-to: <87d37m9bl2.fsf@gmx.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149412 Archived-At: > From: Michael Albinus > Date: Thu, 05 Apr 2012 22:18:33 +0200 > > No problem. Just a question; You have changed the collection names > from @samp{"default"} to @samp{default}. I have used the apostrophes in > order to show that the names are strings, as done for example in the > doc/lispref/* files. I believe we shall keep this (but maybe @code{"default"} > would be more appropriate). Indeed, @code is more appropriate here, as it won't add an extra pair of single quotes around the string in the printed version of the manual.