diff options
| author | Paul Eggert | 2015-08-02 08:27:13 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-08-02 08:27:54 -0700 |
| commit | 844ae4d0640f320a1cb566037f209ea849d0978e (patch) | |
| tree | 9ab100ba159cec0e87fa5cdc6b1d8e194b46cae0 | |
| parent | 1bc3c754fca31f5576a56ddfa3fce524b6b04eef (diff) | |
| download | emacs-844ae4d0640f320a1cb566037f209ea849d0978e.tar.gz emacs-844ae4d0640f320a1cb566037f209ea849d0978e.zip | |
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.
| -rw-r--r-- | lisp/cedet/ede/proj.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 7caee08893a..2bc8c09dbdd 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el | |||
| @@ -162,12 +162,12 @@ These are the linkers the user can choose from when setting the | |||
| 162 | :initform t | 162 | :initform t |
| 163 | :type boolean | 163 | :type boolean |
| 164 | :custom boolean | 164 | :custom boolean |
| 165 | :label "Part of `all:' target" | 165 | :label "Part of all: target" |
| 166 | :group make | 166 | :group make |
| 167 | :documentation | 167 | :documentation |
| 168 | "Non nil means the rule created is part of the all target. | 168 | "Non nil means the rule created is part of the all: target. |
| 169 | Setting this to nil creates the rule to build this item, but does not | 169 | Setting this to nil creates the rule to build this item, but does not |
| 170 | include it in the ALL`all:' rule.") | 170 | include it in the all: rule.") |
| 171 | (configuration-variables | 171 | (configuration-variables |
| 172 | :initarg :configuration-variables | 172 | :initarg :configuration-variables |
| 173 | :initform nil | 173 | :initform nil |