emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a248eb3d18: ; Minor rephrase


From: Dmitry Gutov
Subject: master a248eb3d18: ; Minor rephrase
Date: Fri, 4 Nov 2022 06:41:11 -0400 (EDT)

branch: master
commit a248eb3d184d018795461b5d1a27a373fda4bce8
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; 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 6d062aa8fa..0fe0a945ec 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]