diff options
Diffstat (limited to 'lisp/cedet/ede')
| -rw-r--r-- | lisp/cedet/ede/base.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/cpp-root.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/custom.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/generic.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/proj-comp.el | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index da36919b23a..8b0bd261daf 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el @@ -413,7 +413,7 @@ Specifying PARENT is useful for sub-sub projects relative to the root project." (defmethod ede-subproject-p ((proj ede-project)) "Return non-nil if PROJ is a sub project." ;; @TODO - Use this in more places, and also pay attention to - ;; metasubproject in ede-proj.el + ;; metasubproject in ede/proj.el (ede-parent-project proj)) diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el index 7586522355e..e4d1bf205ec 100644 --- a/lisp/cedet/ede/cpp-root.el +++ b/lisp/cedet/ede/cpp-root.el @@ -21,7 +21,7 @@ ;;; Commentary: ;; -;; NOTE: ede-cpp-root.el has been commented so as to also make it +;; NOTE: ede/cpp-root.el has been commented so as to also make it ;; useful for learning how to make similar project types. ;; ;; Not everyone can use automake, or an EDE project type. For diff --git a/lisp/cedet/ede/custom.el b/lisp/cedet/ede/custom.el index a7470547cc2..fed1a1b2155 100644 --- a/lisp/cedet/ede/custom.el +++ b/lisp/cedet/ede/custom.el @@ -1,4 +1,4 @@ -;;; ede.el --- customization of EDE projects. +;;; ede/custom.el --- customization of EDE projects. ;; Copyright (C) 2010-2011 Free Software Foundation, Inc. diff --git a/lisp/cedet/ede/generic.el b/lisp/cedet/ede/generic.el index 360b15499ca..7eef0a4121e 100644 --- a/lisp/cedet/ede/generic.el +++ b/lisp/cedet/ede/generic.el @@ -22,7 +22,7 @@ ;;; Commentary: ;; ;; There are a lot of build systems out there, and EDE can't support -;; them all fully. The ede-generic.el system is the base for +;; them all fully. The ede/generic.el system is the base for ;; supporting alternate build systems in a simple way, automatically. ;; ;; The structure is for the ede-generic baseclass, which is augmented diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index 401ea15d0d6..1a2843f7651 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el @@ -83,7 +83,7 @@ For example, yacc/lex files need additional chain rules, or inferences.") :documentation "The commands used to execute this compiler. The object which uses this compiler will place these commands after -it's rule definition.") +its rule definition.") (autoconf :initarg :autoconf :initform nil :type list |
