]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj.el
Update copyright year to 2016
[gnu-emacs] / lisp / cedet / ede / proj.el
index 7caee08893ad4bbae26adbde2870fb0d252ee3af..d6f5210ec839ec7000fdc98867faa375aa358a4b 100644 (file)
@@ -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 <zappo@gnu.org>
 ;; 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