]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/project-am.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / lisp / cedet / ede / project-am.el
index 715f3cf46d514c5ccebfc0a7e27e89f40e90aa3b..72c0bc60107b2f6cb8b0a5010560643227271e1a 100644 (file)
   )
 
 (defcustom project-am-compile-project-command nil
-  "*Default command used to compile a project."
+  "Default command used to compile a project."
   :group 'project-am
   :type '(choice (const nil) string))
 
 (defcustom project-am-compile-target-command (concat ede-make-command " -k %s")
-  "*Default command used to compile a project."
+  "Default command used to compile a project."
   :group 'project-am
   :type 'string)
 
 (defcustom project-am-debug-target-function 'gdb
-  "*Default Emacs command used to debug a target."
+  "Default Emacs command used to debug a target."
   :group 'project-am
   :type 'function) ; make this be a list some day