From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111661: * progmodes/compile.el (compilation-start-hook): Simplify docstring. Date: Sat, 2 Feb 2013 15:50:33 +0000 (GMT) Message-ID: <877gmqaf5l@ch.ristopher.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359820246 16804 80.91.229.3 (2 Feb 2013 15:50:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2013 15:50:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 16:51:06 2013 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 1U1fMs-0001ck-5c for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 16:51:02 +0100 Original-Received: from localhost ([::1]:36595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1fMZ-0006HL-W7 for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 10:50:43 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1fMV-0006Gj-A5 for emacs-devel@gnu.org; Sat, 02 Feb 2013 10:50:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1fMS-0000yu-MA for emacs-devel@gnu.org; Sat, 02 Feb 2013 10:50:39 -0500 Original-Received: from ristopher.com ([146.185.21.93]:52910 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1fMS-0000yM-ET for emacs-devel@gnu.org; Sat, 02 Feb 2013 10:50:36 -0500 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id E0B6A20433; Sat, 2 Feb 2013 15:50:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1359820233; bh=cRfOu6HadlyEVHKUjpy+C7RmTOVoInbJLBhv0CIloLo=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=mxnk9s57KhCcXSUKLpWFIeQKgyhnUuauFQOxsDp+Rs7cizu0x4JdXq/QqhrNjVz+d jYpzr6D+c4Ufo5K8+Z0HKcHJWp0zVBc2SCrMnsNMrTRZNDf9YIc0+NCSSdWmrwokG7 hC4ji0YQcWj7Rapr3dRt/hZ4ImjY3kzAGGAIG0jU= In-Reply-To: (Stefan Monnier's message of "Sat, 02 Feb 2013 10:29:53 -0500") Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 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:156799 Archived-At: Stefan Monnier writes: > I like part of this simplification, but the first line of a docstring > should "stand on its own" (i.e. it shouldn't end in the middle of > a sentence). In this case, the best is to cut the line between > "process." and "The hook". Didn't I fix this in 111662? I am sorry for the inconvenience. :( Christopher