From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#12748: 24.2.50; doc fix for `just-one-space' Date: Sun, 28 Oct 2012 18:42:03 +0200 Message-ID: <83pq428s6c.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1351442568 14346 80.91.229.3 (28 Oct 2012 16:42:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2012 16:42:48 +0000 (UTC) Cc: 12748@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 17:42:55 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TSVwr-0000Ql-Kh for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 17:42:53 +0100 Original-Received: from localhost ([::1]:52468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSVwj-0006sX-Hi for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Oct 2012 12:42:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSVwg-0006sM-Df for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:42:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TSVwf-0002Ij-H3 for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:42:42 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TSVwf-0002Ie-D2 for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:42:41 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TSVyv-00023t-Vp for bug-gnu-emacs@gnu.org; Sun, 28 Oct 2012 12:45:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 28 Oct 2012 16:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12748 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12748-submit@debbugs.gnu.org id=B12748.13514426937897 (code B ref 12748); Sun, 28 Oct 2012 16:45:01 +0000 Original-Received: (at 12748) by debbugs.gnu.org; 28 Oct 2012 16:44:53 +0000 Original-Received: from localhost ([127.0.0.1]:36804 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSVym-00023K-Qf for submit@debbugs.gnu.org; Sun, 28 Oct 2012 12:44:53 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:51897) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSVyk-00023C-Mq for 12748@debbugs.gnu.org; Sun, 28 Oct 2012 12:44:51 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MCM00G003PBEX00@a-mtaout22.012.net.il> for 12748@debbugs.gnu.org; Sun, 28 Oct 2012 18:41:55 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MCM00GIT3PV0X90@a-mtaout22.012.net.il>; Sun, 28 Oct 2012 18:41:55 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:66141 Archived-At: > Date: Sun, 28 Oct 2012 14:48:32 +0100 > From: Dani Moncayo > > I propose this patch for fixing a documentation bug: Thanks. > === modified file 'doc/emacs/killing.texi' > --- doc/emacs/killing.texi 2012-09-30 09:18:38 +0000 > +++ doc/emacs/killing.texi 2012-10-28 13:40:52 +0000 > @@ -123,7 +123,7 @@ > (even if there were none before). With a numeric argument @var{n}, it > leaves @var{n} spaces before point if @var{n} is positive; if @var{n} > is negative, it deletes newlines in addition to spaces and tabs, > -leaving a single space before point. > +leaving @var{-n} spaces before point. "Leaving -N spaces" is sub-optimal English, IMO.