From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#11836: 24.1.50; docstring of `kill-whole-line' insufficient Date: Mon, 02 Jul 2012 18:45:47 -0400 Message-ID: References: <87lij2vr3w.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1341269199 17265 80.91.229.3 (2 Jul 2012 22:46:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2012 22:46:39 +0000 (UTC) Cc: michael_heerdegen@web.de, 11836@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 03 00:46:36 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 1SlpO1-0005ba-J6 for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jul 2012 00:46:29 +0200 Original-Received: from localhost ([::1]:59071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlpO0-0001M8-B7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 02 Jul 2012 18:46:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlpNy-0001Lw-3x for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2012 18:46:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SlpNw-0001BN-Ea for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2012 18:46:25 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:34038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SlpNw-0001BD-BC for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2012 18:46:24 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SlpSP-00026h-Mj for bug-gnu-emacs@gnu.org; Mon, 02 Jul 2012 18:51:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 02 Jul 2012 22:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11836 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11836-submit@debbugs.gnu.org id=B11836.13412694308041 (code B ref 11836); Mon, 02 Jul 2012 22:51:01 +0000 Original-Received: (at 11836) by debbugs.gnu.org; 2 Jul 2012 22:50:30 +0000 Original-Received: from localhost ([127.0.0.1]:43582 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SlpRt-00025b-Na for submit@debbugs.gnu.org; Mon, 02 Jul 2012 18:50:30 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:58433) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SlpRr-00025R-Gs; Mon, 02 Jul 2012 18:50:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SlpNL-000365-TP; Mon, 02 Jul 2012 18:45:47 -0400 X-Spook: illuminati fissionable Arnett IRA UMTS number key NWO X-Ran: t;;&KuUNsdjs1_PS3#N3BZ{49+RnGr?>4~I\c X-Hue: red X-Attribution: GM In-Reply-To: (Andreas Schwab's message of "Mon, 02 Jul 2012 09:28:20 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:61507 Archived-At: tags 11836 notabug wontfix close 11836 stop Andreas Schwab wrote: > Michael Heerdegen writes: > >> But what does `kill-line' if `kill-whole-line' is nil? > > It does what kill-line says it does. I agree there's no need to duplicate the doc of kill-line in the doc of one option that affects it. The former is hyperlinked from the latter, and is the obvious place to look.