ede-proj-target-makefile docstring tweaks
* lisp/cedet/ede/proj.el (ede-proj-target-makefile): Consistently use "all:" to describe the all: target, replacing three different and confusingly-quoted usages.
This commit is contained in:
parent
1bc3c754fc
commit
844ae4d064
1 changed files with 3 additions and 3 deletions
|
@ -162,12 +162,12 @@ These are the linkers the user can choose from when setting the
|
|||
:initform t
|
||||
:type boolean
|
||||
:custom boolean
|
||||
:label "Part of `all:' target"
|
||||
:label "Part of all: target"
|
||||
:group make
|
||||
:documentation
|
||||
"Non nil means the rule created is part of the all target.
|
||||
"Non nil means the rule created is part of the all: target.
|
||||
Setting this to nil creates the rule to build this item, but does not
|
||||
include it in the ALL`all:' rule.")
|
||||
include it in the all: rule.")
|
||||
(configuration-variables
|
||||
:initarg :configuration-variables
|
||||
:initform nil
|
||||
|
|
Loading…
Add table
Reference in a new issue