Fix typo in previous
authorGlenn Morris <rgm@gnu.org>
Mon, 13 May 2013 17:52:59 +0000 (13:52 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 13 May 2013 17:52:59 +0000 (13:52 -0400)
lisp/cedet/ede/project-am.el

index eec519c..459959e 100644 (file)
@@ -55,7 +55,7 @@
 (defcustom project-am-compile-project-command nil
   "*Default command used to compile a project."
   :group 'project-am
-  :type '(choice const nil) string)
+  :type '(choice (const nil) string))
 
 (defcustom project-am-compile-target-command (concat ede-make-command " -k %s")
   "*Default command used to compile a project."