]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/linux.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / lisp / cedet / ede / linux.el
index 010bfde54dc5e703f649f8bf3d54db50e94a1474..d7ea35a43f7901b381e7b6b3d60e130091a56778 100644 (file)
 
 
 (defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s")
-  "*Default command used to compile a target."
+  "Default command used to compile a target."
   :group 'project-linux
   :type 'string)
 
 (defcustom project-linux-compile-project-command (concat ede-make-command " -k -C %s")
-  "*Default command used to compile a project."
+  "Default command used to compile a project."
   :group 'project-linux
   :type 'string)