projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b629566
)
* lisp/progmodes/project.el: Add a paragraph to the front matter.
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 5 Aug 2015 12:08:00 +0000
(15:08 +0300)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 5 Aug 2015 12:19:04 +0000
(15:19 +0300)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index d849f93b5e8dbcc5e361c095344167ded88d66c1..16578f113747dfb80fa7323384bd17ad6c85d3f2 100644
(file)
--- 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: