diff options
Diffstat (limited to 'lisp/cedet/ede.el')
-rw-r--r-- | lisp/cedet/ede.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede.el b/lisp/cedet/ede.el index d051510a994..1969df54cde 100644 --- a/lisp/cedet/ede.el +++ b/lisp/cedet/ede.el @@ -162,12 +162,12 @@ This object's class determines how to compile and debug from a buffer.") If `ede-object' is nil, then commands will operate on this object.") (defvar ede-constructing nil - "Non nil when constructing a project hierarchy. + "Non-nil when constructing a project hierarchy. If the project is being constructed from an autoload, then the value is the autoload object being used.") (defvar ede-deep-rescan nil - "Non nil means scan down a tree, otherwise rescans are top level only. + "Non-nil means scan down a tree, otherwise rescans are top level only. Do not set this to non-nil globally. It is used internally.") |