aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ede/cpp-root.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
-rw-r--r--lisp/cedet/ede/cpp-root.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index 81c6737531a..22e24c8b67f 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -262,7 +262,7 @@ exist, it should return nil."
262 :documentation 262 :documentation
263 "Compilation command that will be used for this project. 263 "Compilation command that will be used for this project.
264It could be string or function that will accept proj argument and should return string. 264It could be string or function that will accept proj argument and should return string.
265The string will be passed to 'compile' function that will be issued in root 265The string will be passed to `compile' function that will be issued in root
266directory of project." 266directory of project."
267 ) 267 )
268 ) 268 )