diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2015-08-05 15:08:00 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2015-08-05 15:19:04 +0300 |
commit | 8dbae880947dc7c9f1e8a6be41d3ba18306c1aed (patch) | |
tree | 60a82533b7dc9d13baf258ca64a71da2561775b7 /lisp/progmodes | |
parent | b629566ac35576e6247cdc043cb8013fd2b8ae50 (diff) | |
download | emacs-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.el | 4 |
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: |