emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 844ae4d: ede-proj-target-makefile docstring tweaks


From: Paul Eggert
Subject: [Emacs-diffs] master 844ae4d: ede-proj-target-makefile docstring tweaks
Date: Sun, 02 Aug 2015 15:27:58 +0000

branch: master
commit 844ae4d0640f320a1cb566037f209ea849d0978e
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 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 7caee08..2bc8c09 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
              :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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]