aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2015-08-05 15:08:00 +0300
committerDmitry Gutov2015-08-05 15:19:04 +0300
commit8dbae880947dc7c9f1e8a6be41d3ba18306c1aed (patch)
tree60a82533b7dc9d13baf258ca64a71da2561775b7
parentb629566ac35576e6247cdc043cb8013fd2b8ae50 (diff)
downloademacs-8dbae880947dc7c9f1e8a6be41d3ba18306c1aed.tar.gz
emacs-8dbae880947dc7c9f1e8a6be41d3ba18306c1aed.zip
* lisp/progmodes/project.el: Add a paragraph to the front matter.
-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 @@
22;; This file contains generic infrastructure for dealing with 22;; This file contains generic infrastructure for dealing with
23;; projects, and a number of public functions: finding the current 23;; projects, and a number of public functions: finding the current
24;; root, related project directories, search path, etc. 24;; root, related project directories, search path, etc.
25;;
26;; The goal is to make it easy for Lisp programs to operate on the
27;; current project, without having to know which package handles
28;; detection of that project type, parsing its config files, etc.
25 29
26;;; Code: 30;;; Code:
27 31