]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 10 Sep 2015 06:23:27 +0000 (23:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 10 Sep 2015 06:23:27 +0000 (23:23 -0700)
lisp/cedet/ede/auto.el

index b4fea4214475a9985643c61943d70941a535a3b4..7c2a6b8dbf1c21ab45044ca7e80ae9f0741f1eb0 100644 (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.