X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2393085c9ac30ac7378a39ee77760dfdecd4b509..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/cedet/ede/proj.el diff --git a/lisp/cedet/ede/proj.el b/lisp/cedet/ede/proj.el index 7caee08893..d6f5210ec8 100644 --- a/lisp/cedet/ede/proj.el +++ b/lisp/cedet/ede/proj.el @@ -1,6 +1,6 @@ ;;; ede/proj.el --- EDE Generic Project file driver -;; Copyright (C) 1998-2003, 2007-2015 Free Software Foundation, Inc. +;; Copyright (C) 1998-2003, 2007-2016 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam ;; Keywords: project, make @@ -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