summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/config.el')
-rw-r--r--lisp/cedet/ede/config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/config.el b/lisp/cedet/ede/config.el
index c8bf7f33bae..39d984ac356 100644
--- a/lisp/cedet/ede/config.el
+++ b/lisp/cedet/ede/config.el
@@ -300,7 +300,7 @@ This class brings in method overloads for building.")
(defclass ede-target-with-config-build ()
()
"Class to mix into a project with configuration for builds.
-This class brings in method overloads for for building.")
+This class brings in method overloads for building.")
(cl-defmethod project-compile-project ((proj ede-project-with-config-build) &optional command)
"Compile the entire current project PROJ.