diff options
| author | Glenn Morris | 2013-05-13 13:52:59 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-05-13 13:52:59 -0400 |
| commit | 2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852 (patch) | |
| tree | d17a6ccb9258ed045ce1e806eb5bc140c101f337 | |
| parent | f4c7dfd2965eac2f8c6520db629aea79da5dd645 (diff) | |
| download | emacs-2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852.tar.gz emacs-2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852.zip | |
Fix typo in previous
| -rw-r--r-- | lisp/cedet/ede/project-am.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index eec519c1dae..459959e220d 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el | |||
| @@ -55,7 +55,7 @@ | |||
| 55 | (defcustom project-am-compile-project-command nil | 55 | (defcustom project-am-compile-project-command nil |
| 56 | "*Default command used to compile a project." | 56 | "*Default command used to compile a project." |
| 57 | :group 'project-am | 57 | :group 'project-am |
| 58 | :type '(choice const nil) string) | 58 | :type '(choice (const nil) string)) |
| 59 | 59 | ||
| 60 | (defcustom project-am-compile-target-command (concat ede-make-command " -k %s") | 60 | (defcustom project-am-compile-target-command (concat ede-make-command " -k %s") |
| 61 | "*Default command used to compile a project." | 61 | "*Default command used to compile a project." |