* lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.

This commit is contained in:
Glenn Morris 2015-09-09 23:23:27 -07:00
parent 0a9d4fd2af
commit 831945a1cb

View file

@ -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.