emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 831945a: * lisp/cedet/ede/auto.el (ede-project-auto


From: Glenn Morris
Subject: [Emacs-diffs] master 831945a: * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.
Date: Thu, 10 Sep 2015 06:23:38 +0000

branch: master
commit 831945a1cb675444fb819d8b820cd65402930545
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/cedet/ede/auto.el (ede-project-autoload): Doc fix.
---
 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 b4fea42..7c2a6b8 100644
--- a/lisp/cedet/ede/auto.el
+++ b/lisp/cedet/ede/auto.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]