aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2015-11-10 02:56:55 +0200
committerDmitry Gutov2015-11-10 02:56:55 +0200
commit82d59f1b3ba6d7ad9d9cd0af15e237f97bb5906b (patch)
tree2e8dad068685ae0d1df2f5dc56c4ed9afecace08
parent0be6fb8e17f708fe03430d0b1e701810ae51b5e3 (diff)
downloademacs-82d59f1b3ba6d7ad9d9cd0af15e237f97bb5906b.tar.gz
emacs-82d59f1b3ba6d7ad9d9cd0af15e237f97bb5906b.zip
* lisp/progmodes/project.el: Update Commentary.
-rw-r--r--lisp/progmodes/project.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index 0da6084a1e3..58d5335a6c9 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -21,7 +21,8 @@
21 21
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, and library directories. This
25;; list is to be extended in future versions.
25;; 26;;
26;; The goal is to make it easier for Lisp programs to operate on the 27;; The goal is to make it easier for Lisp programs to operate on the
27;; current project, without having to know which package handles 28;; current project, without having to know which package handles