]> code.delx.au - gnu-emacs/commitdiff
* lisp/progmodes/project.el: Add a paragraph to the front matter.
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 5 Aug 2015 12:08:00 +0000 (15:08 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 5 Aug 2015 12:19:04 +0000 (15:19 +0300)
lisp/progmodes/project.el

index d849f93b5e8dbcc5e361c095344167ded88d66c1..16578f113747dfb80fa7323384bd17ad6c85d3f2 100644 (file)
 ;; 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: