diff options
| author | Paul Eggert | 2013-04-01 00:58:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-04-01 00:58:04 -0700 |
| commit | b9edfa5c63fda7166d7523038c74742822279939 (patch) | |
| tree | b01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /lisp/cedet/ede/cpp-root.el | |
| parent | 1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff) | |
| download | emacs-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.el | 4 |
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. |
| 349 | It could be string or function that will accept proj argument and should return string. | 349 | It could be string or function that will accept proj argument and should return string. |
| 350 | The string will be passed to 'compuile' function that will be issued in root | 350 | The string will be passed to 'compile' function that will be issued in root |
| 351 | directory of project." | 351 | directory 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)) |