aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ede/cpp-root.el
diff options
context:
space:
mode:
authorPaul Eggert2013-04-01 00:58:04 -0700
committerPaul Eggert2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /lisp/cedet/ede/cpp-root.el
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
emacs-b9edfa5c63fda7166d7523038c74742822279939.zip
Spelling fixes.
Diffstat (limited to 'lisp/cedet/ede/cpp-root.el')
-rw-r--r--lisp/cedet/ede/cpp-root.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/cpp-root.el b/lisp/cedet/ede/cpp-root.el
index cf2009ced30..47ba16ade7f 100644
--- a/lisp/cedet/ede/cpp-root.el
+++ b/lisp/cedet/ede/cpp-root.el
@@ -347,7 +347,7 @@ exist, it should return nil."
347 :documentation 347 :documentation
348 "Compilation command that will be used for this project. 348 "Compilation command that will be used for this project.
349It could be string or function that will accept proj argument and should return string. 349It could be string or function that will accept proj argument and should return string.
350The string will be passed to 'compuile' function that will be issued in root 350The string will be passed to 'compile' function that will be issued in root
351directory of project." 351directory of project."
352 ) 352 )
353 ) 353 )
@@ -509,7 +509,7 @@ This is for project include paths and spp source files."
509 (table (when expfile 509 (table (when expfile
510 (semanticdb-file-table-object expfile))) 510 (semanticdb-file-table-object expfile)))
511 ) 511 )
512 (cond 512 (cond
513 ((not (file-exists-p expfile)) 513 ((not (file-exists-p expfile))
514 (message "Cannot find file %s in project." F)) 514 (message "Cannot find file %s in project." F))
515 ((string= expfile (buffer-file-name)) 515 ((string= expfile (buffer-file-name))