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: Changes to windows.texi Date: Sun, 09 Nov 2008 23:23:41 +0200 Message-ID: References: <4914514C.9020700@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1226265853 26939 80.91.229.12 (9 Nov 2008 21:24:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2008 21:24:13 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 09 22:25:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KzHmP-0003ny-8L for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 22:25:09 +0100 Original-Received: from localhost ([127.0.0.1]:38260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzHlG-0002UD-V0 for ged-emacs-devel@m.gmane.org; Sun, 09 Nov 2008 16:23:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzHlA-0002To-Ft for emacs-devel@gnu.org; Sun, 09 Nov 2008 16:23:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzHl8-0002Sn-7z for emacs-devel@gnu.org; Sun, 09 Nov 2008 16:23:52 -0500 Original-Received: from [199.232.76.173] (port=59234 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzHl7-0002Sh-OX for emacs-devel@gnu.org; Sun, 09 Nov 2008 16:23:49 -0500 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:54130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzHl4-0004Vd-P2; Sun, 09 Nov 2008 16:23:47 -0500 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KA3009004U6XT00@i-mtaout1.012.net.il>; Sun, 09 Nov 2008 23:25:26 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.241.172]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KA30013J4UC7T30@i-mtaout1.012.net.il>; Sun, 09 Nov 2008 23:25:25 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:105510 Archived-At: > From: "Richard M. Stallman" > CC: rudalics@gmx.at, emacs-devel@gnu.org > Date: Sun, 09 Nov 2008 10:13:34 -0500 > > This usage of @xref in the middle of a sentence produces badly > capitalized English, because @xref generates "See ..." with a capital > S. The right way of writing this kind of text is either > > The selected window's buffer is usually the current buffer (except > when @code{set-buffer} has been used), see @ref{Current Buffer}. > > It isn't correct to use a comma there -- you need a semicolon. Fixed.