From 8198d4be6b219b3f186297d2917756a1f64d2ad7 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sat, 19 Jan 2019 03:57:58 +0300 Subject: [PATCH] ; Update the commentary --- lisp/progmodes/project.el | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 -- 2.39.2