diff options
| author | Glenn Morris | 2015-09-09 23:23:27 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-09-09 23:23:27 -0700 |
| commit | 831945a1cb675444fb819d8b820cd65402930545 (patch) | |
| tree | 52686f0a2a2b06a8445397c934bd30e93893716e | |
| parent | 0a9d4fd2afb6fad59617f5ca8db556f4b3e01c8f (diff) | |
| download | emacs-831945a1cb675444fb819d8b820cd65402930545.tar.gz emacs-831945a1cb675444fb819d8b820cd65402930545.zip | |
* lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.
| -rw-r--r-- | lisp/cedet/ede/auto.el | 4 |
1 files changed, 2 insertions, 2 deletions
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.") | |||
| 155 | Specifying this matcher object will allow EDE to perform a complex | 155 | Specifying this matcher object will allow EDE to perform a complex |
| 156 | check without loading the project. | 156 | check without loading the project. |
| 157 | 157 | ||
| 158 | NOTE: If you use dirmatch, you may need to set :root-only to `nil'. | 158 | NOTE: If you use dirmatch, you may need to set :root-only to nil. |
| 159 | While it may be a root based project, all subdirs will happen to return | 159 | While it may be a root based project, all subdirs will happen to return |
| 160 | true for the dirmatch, so for scanning purposes, set it to `nil'.") | 160 | true for the dirmatch, so for scanning purposes, set it to nil.") |
| 161 | (proj-root :initarg :proj-root | 161 | (proj-root :initarg :proj-root |
| 162 | :type function | 162 | :type function |
| 163 | :documentation "A function symbol to call for the project root. | 163 | :documentation "A function symbol to call for the project root. |