[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 8dbae88 1/2: * lisp/progmodes/project.el: Add a par
From: |
Dmitry Gutov |
Subject: |
[Emacs-diffs] master 8dbae88 1/2: * lisp/progmodes/project.el: Add a paragraph to the front matter. |
Date: |
Wed, 05 Aug 2015 12:19:19 +0000 |
branch: master
commit 8dbae880947dc7c9f1e8a6be41d3ba18306c1aed
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>
* lisp/progmodes/project.el: Add a paragraph to the front matter.
---
lisp/progmodes/project.el | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d849f93..16578f1 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: