]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor rephrase
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 4 Nov 2022 10:40:50 +0000 (12:40 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 4 Nov 2022 10:41:00 +0000 (12:41 +0200)
lisp/progmodes/project.el

index 6d062aa8fa4a851c8330b43bdafc9f0ab3f87320..0fe0a945ec25a9ed54527a51bca0cd2a5e9370d3 100644 (file)
@@ -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)