From 8dbae880947dc7c9f1e8a6be41d3ba18306c1aed Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 5 Aug 2015 15:08:00 +0300 Subject: [PATCH] * lisp/progmodes/project.el: Add a paragraph to the front matter. --- lisp/progmodes/project.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index d849f93b5e..16578f1137 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: -- 2.39.2