]> git.eshelyaron.com Git - emacs.git/commitdiff
ede-proj-target-makefile docstring tweaks
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 15:27:13 +0000 (08:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 2 Aug 2015 15:27:54 +0000 (08:27 -0700)
* lisp/cedet/ede/proj.el (ede-proj-target-makefile):
Consistently use "all:" to describe the all: target,
replacing three different and confusingly-quoted usages.

lisp/cedet/ede/proj.el

index 7caee08893ad4bbae26adbde2870fb0d252ee3af..2bc8c09dbddf5bae79a8c4b894d56997ccf6fa6c 100644 (file)
@@ -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