From: Dmitry Gutov Date: Wed, 5 Aug 2015 12:08:00 +0000 (+0300) Subject: * lisp/progmodes/project.el: Add a paragraph to the front matter. X-Git-Tag: emacs-25.0.90~824^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8dbae880947dc7c9f1e8a6be41d3ba18306c1aed;p=emacs.git * lisp/progmodes/project.el: Add a paragraph to the front matter. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index d849f93b5e8..16578f11374 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -22,6 +22,10 @@ ;; 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. +;; +;; The goal is to make it easy for Lisp programs to operate on the +;; current project, without having to know which package handles +;; detection of that project type, parsing its config files, etc. ;;; Code: