From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 0ff60ec: Fix some byte-compiler warnings in EDE Date: Mon, 31 Aug 2015 11:49:12 -0400 Message-ID: <3h613ve9vr.fsf@fencepost.gnu.org> References: <20150831154024.22934.79184@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441036172 16997 80.91.229.3 (31 Aug 2015 15:49:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Aug 2015 15:49:32 +0000 (UTC) Cc: Stephen Leake To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 31 17:49:20 2015 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 1ZWRKh-00048z-KU for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 17:49:19 +0200 Original-Received: from localhost ([::1]:38482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRKh-00012D-4B for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 11:49:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRKd-000126-Ik for emacs-devel@gnu.org; Mon, 31 Aug 2015 11:49:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWRKc-0003Jc-Ki for emacs-devel@gnu.org; Mon, 31 Aug 2015 11:49:15 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:54200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWRKc-0003JW-HO; Mon, 31 Aug 2015 11:49:14 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZWRKa-0005GM-LL; Mon, 31 Aug 2015 11:49:12 -0400 In-Reply-To: (Stephen Leake's message of "Mon, 31 Aug 2015 15:40:24 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.10 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:189345 Archived-At: Hi, Stephen Leake wrote: > -NOTE: If you use dirmatch, you may need to set :root-only to nil. > +NOTE: If you use dirmatch, you may need to set :root-only to `nil'. > While it may be a root based project, all subdirs will happen to return > -true for the dirmatch, so for scanning purposes, set it to nil.") > +true for the dirmatch, so for scanning purposes, set it to `nil'.") The Emacs doc-string convention is to write nil and t without quotes. http://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html