]> git.eshelyaron.com Git - emacs.git/commitdiff
; More the note about reporting problems further up
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 25 May 2020 19:29:06 +0000 (22:29 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 25 May 2020 19:29:06 +0000 (22:29 +0300)
lisp/progmodes/project.el

index c72e9d94b1c9037857eafc80752a460d653abf82..9c100ad2187f325718ed5a178ea6313307ad3720 100644 (file)
 
 ;;; Commentary:
 
+;; NOTE: The project API is still experimental and can change in major,
+;; backward-incompatible ways.  Everyone is encouraged to try it, and
+;; report to us any problems or use cases we hadn't anticipated, by
+;; sending an email to emacs-devel, or `M-x report-emacs-bug'.
+;;
 ;; This file contains generic infrastructure for dealing with
 ;; projects, some utility functions, and commands using that
 ;; infrastructure.
 ;; current project, without having to know which package handles
 ;; detection of that project type, parsing its config files, etc.
 ;;
-;; NOTE: The project API is still experimental and can change in major,
-;; backward-incompatible ways.  Everyone is encouraged to try it, and
-;; report to us any problems or use cases we hadn't anticipated, by
-;; sending an email to emacs-devel, or `M-x report-emacs-bug'.
-;;
 ;; Infrastructure:
 ;;
 ;; Function `project-current', to determine the current project