diff options
| author | Paul Eggert | 2014-01-15 22:24:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-15 22:24:06 -0800 |
| commit | c91c771dbe242cd942c00a0a57c18c1482e59fa0 (patch) | |
| tree | abb6fcaf49f4bda5eda2443fb5a6f7531a8a2a74 /lisp/cedet | |
| parent | 7da02a6769e84cd0a9df8b1bc18ac78df1c0b058 (diff) | |
| download | emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.tar.gz emacs-c91c771dbe242cd942c00a0a57c18c1482e59fa0.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/cedet')
| -rw-r--r-- | lisp/cedet/ede/proj-comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/proj-comp.el b/lisp/cedet/ede/proj-comp.el index 94bee4ac339..b53984293b3 100644 --- a/lisp/cedet/ede/proj-comp.el +++ b/lisp/cedet/ede/proj-comp.el | |||
| @@ -218,7 +218,7 @@ This will prevent rules from creating duplicate variables or rules." | |||
| 218 | (def-edebug-spec ede-pmake-insert-variable-shared (form def-body)) | 218 | (def-edebug-spec ede-pmake-insert-variable-shared (form def-body)) |
| 219 | )) | 219 | )) |
| 220 | 220 | ||
| 221 | ;;; Querys | 221 | ;;; Queries |
| 222 | (defun ede-proj-find-compiler (compilers sourcetype) | 222 | (defun ede-proj-find-compiler (compilers sourcetype) |
| 223 | "Return a compiler from the list COMPILERS that will compile SOURCETYPE." | 223 | "Return a compiler from the list COMPILERS that will compile SOURCETYPE." |
| 224 | (while (and compilers | 224 | (while (and compilers |