Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
831945a1
Commit
831945a1
authored
Sep 09, 2015
by
Glenn Morris
Browse files
* lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.
parent
0a9d4fd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/cedet/ede/auto.el
lisp/cedet/ede/auto.el
+2
-2
No files found.
lisp/cedet/ede/auto.el
View file @
831945a1
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment