aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2020-05-25 22:29:06 +0300
committerDmitry Gutov2020-05-25 22:29:06 +0300
commitc0275555f201b52a7f1184cf89937acd6e1f59ad (patch)
treef7ac6cb4330ecd6dd82047a2296743d66a7bfcc3
parent448fe7ad250fd5501d363c1b3355bfdbc7c71550 (diff)
downloademacs-c0275555f201b52a7f1184cf89937acd6e1f59ad.tar.gz
emacs-c0275555f201b52a7f1184cf89937acd6e1f59ad.zip
; More the note about reporting problems further up
-rw-r--r--lisp/progmodes/project.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index c72e9d94b1c..9c100ad2187 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -24,6 +24,11 @@
24 24
25;;; Commentary: 25;;; Commentary:
26 26
27;; NOTE: The project API is still experimental and can change in major,
28;; backward-incompatible ways. Everyone is encouraged to try it, and
29;; report to us any problems or use cases we hadn't anticipated, by
30;; sending an email to emacs-devel, or `M-x report-emacs-bug'.
31;;
27;; This file contains generic infrastructure for dealing with 32;; This file contains generic infrastructure for dealing with
28;; projects, some utility functions, and commands using that 33;; projects, some utility functions, and commands using that
29;; infrastructure. 34;; infrastructure.
@@ -32,11 +37,6 @@
32;; current project, without having to know which package handles 37;; current project, without having to know which package handles
33;; detection of that project type, parsing its config files, etc. 38;; detection of that project type, parsing its config files, etc.
34;; 39;;
35;; NOTE: The project API is still experimental and can change in major,
36;; backward-incompatible ways. Everyone is encouraged to try it, and
37;; report to us any problems or use cases we hadn't anticipated, by
38;; sending an email to emacs-devel, or `M-x report-emacs-bug'.
39;;
40;; Infrastructure: 40;; Infrastructure:
41;; 41;;
42;; Function `project-current', to determine the current project 42;; Function `project-current', to determine the current project