From a248eb3d184d018795461b5d1a27a373fda4bce8 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Fri, 4 Nov 2022 12:40:50 +0200 Subject: [PATCH] ; Minor rephrase --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 6d062aa8fa4..0fe0a945ec2 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -355,7 +355,7 @@ Also quote LOCAL-FILES if `default-directory' is quoted." (cl-defgeneric project-buffers (project) "Return the list of all live buffers that belong to PROJECT. -The default implementation matches the current open buffers to +The default implementation matches the existing buffers to PROJECT root using the value of `default-directory' in each one." (let ((root (expand-file-name (file-name-as-directory (project-root project)))) bufs) -- 2.39.2