From: Dmitry Gutov Date: Tue, 10 Nov 2015 00:56:55 +0000 (+0200) Subject: * lisp/progmodes/project.el: Update Commentary. X-Git-Tag: emacs-25.0.90~861 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82d59f1b3ba6d7ad9d9cd0af15e237f97bb5906b;p=emacs.git * lisp/progmodes/project.el: Update Commentary. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 0da6084a1e3..58d5335a6c9 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -21,7 +21,8 @@ ;; This file contains generic infrastructure for dealing with ;; projects, and a number of public functions: finding the current -;; root, related project directories, search path, etc. +;; root, related project directories, and library directories. This +;; list is to be extended in future versions. ;; ;; The goal is to make it easier for Lisp programs to operate on the ;; current project, without having to know which package handles