From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#15506: 24.3; checkdoc docstrings "non-nil" Date: Thu, 25 Feb 2016 16:16:55 +1030 Message-ID: <87r3g1xrxs.fsf@gnus.org> References: <87d2noux1v.fsf@blah.blah> <874mcykb2g.fsf@gnus.org> <837fhuhvvn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1456379304 16009 80.91.229.3 (25 Feb 2016 05:48:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Feb 2016 05:48:24 +0000 (UTC) Cc: user42@zip.com.au, 15506@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 25 06:48:13 2016 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 1aYoma-00036E-Qa for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Feb 2016 06:48:12 +0100 Original-Received: from localhost ([::1]:40231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYoma-00051N-48 for geb-bug-gnu-emacs@m.gmane.org; Thu, 25 Feb 2016 00:48:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYomU-0004zu-Vb for bug-gnu-emacs@gnu.org; Thu, 25 Feb 2016 00:48:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYomR-0000LJ-D0 for bug-gnu-emacs@gnu.org; Thu, 25 Feb 2016 00:48:06 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:47416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYomR-0000LF-9E for bug-gnu-emacs@gnu.org; Thu, 25 Feb 2016 00:48:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aYomQ-0006T6-HP for bug-gnu-emacs@gnu.org; Thu, 25 Feb 2016 00:48:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 25 Feb 2016 05:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15506 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 15506-submit@debbugs.gnu.org id=B15506.145637925324817 (code B ref 15506); Thu, 25 Feb 2016 05:48:02 +0000 Original-Received: (at 15506) by debbugs.gnu.org; 25 Feb 2016 05:47:33 +0000 Original-Received: from localhost ([127.0.0.1]:44540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aYolv-0006SB-Fg for submit@debbugs.gnu.org; Thu, 25 Feb 2016 00:47:33 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:51924) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aYolq-0006S1-Sn for 15506@debbugs.gnu.org; Thu, 25 Feb 2016 00:47:30 -0500 Original-Received: from [175.103.25.178] (helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aYolQ-0003cj-7R; Thu, 25 Feb 2016 06:47:00 +0100 In-Reply-To: <837fhuhvvn.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 24 Feb 2016 19:16:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aYolQ-0003cj-7R MailScanner-NULL-Check: 1456984021.44986@c6QoSM+0w4lV1hKVpMqGDw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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:113771 Archived-At: Eli Zaretskii writes: >> From: Lars Ingebrigtsen >> Date: Wed, 24 Feb 2016 15:05:11 +1100 >> Cc: 15506@debbugs.gnu.org >> >> Kevin Ryde writes: >> >> > This is an idea to have checkdoc propose "non-nil" at the start of >> > docstrings, rather than "true". >> > >> > For variables this is per the last tip in "(elisp)Documentation Tips". >> > The functions bit extends on similar lines. >> > >> > Maybe the function form could report further variations, eg. `eventp' >> > starts "True if the argument ...". >> >> I think this makes sense. Any objections to applying? > > None here. I've now applied this to the Emacs trunk. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no