summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2015-08-05 15:08:00 +0300
committerDmitry Gutov <dgutov@yandex.ru>2015-08-05 15:19:04 +0300
commit8dbae880947dc7c9f1e8a6be41d3ba18306c1aed (patch)
tree60a82533b7dc9d13baf258ca64a71da2561775b7 /lisp/progmodes
parentb629566ac35576e6247cdc043cb8013fd2b8ae50 (diff)
downloademacs-8dbae880947dc7c9f1e8a6be41d3ba18306c1aed.tar.gz
* lisp/progmodes/project.el: Add a paragraph to the front matter.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/project.el4
1 files changed, 4 insertions, 0 deletions
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: