From: Glenn Morris Date: Thu, 10 Sep 2015 06:23:27 +0000 (-0700) Subject: * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix. X-Git-Tag: emacs-25.0.90~1224^2~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=831945a1cb675444fb819d8b820cd65402930545;p=emacs.git * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix. --- diff --git a/lisp/cedet/ede/auto.el b/lisp/cedet/ede/auto.el index b4fea421447..7c2a6b8dbf1 100644 --- a/lisp/cedet/ede/auto.el +++ b/lisp/cedet/ede/auto.el @@ -155,9 +155,9 @@ into memory.") Specifying this matcher object will allow EDE to perform a complex check without loading the project. -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.") (proj-root :initarg :proj-root :type function :documentation "A function symbol to call for the project root.