From: Dmitry Gutov Date: Sat, 19 Jan 2019 00:57:58 +0000 (+0300) Subject: ; Update the commentary X-Git-Tag: emacs-27.0.90~3783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8198d4be6b219b3f186297d2917756a1f64d2ad7;p=emacs.git ; Update the commentary --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 754659d6c99..3603e751fee 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -45,8 +45,9 @@ ;; ;; Commands: ;; -;; `project-find-regexp' and `project-or-external-find-regexp' use the -;; current API, and thus will work in any project that has an adapter. +;; `project-find-file', `project-find-regexp' and +;; `project-or-external-find-regexp' use the current API, and thus +;; will work in any project that has an adapter. ;;; TODO: @@ -54,9 +55,6 @@ ;; filenotify.el (if supported) to invalidate. And avoiding caching ;; if it's not available (manual cache invalidation is not nice). ;; -;; * Allow the backend to override the file-listing logic? Maybe also -;; to delegate file name completion to an external tool. -;; ;; * Build tool related functionality. Start with a `project-build' ;; command, which should provide completions on tasks to run, and ;; maybe allow entering some additional arguments. This might