From: Dmitry Gutov Date: Fri, 4 Nov 2022 10:40:50 +0000 (+0200) Subject: ; Minor rephrase X-Git-Tag: emacs-29.0.90~1616^2~316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a248eb3d184d018795461b5d1a27a373fda4bce8;p=emacs.git ; Minor rephrase --- 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)