]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/project.el (project-buffers): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 13:56:30 +0000 (15:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2022 13:56:30 +0000 (15:56 +0200)
lisp/progmodes/project.el

index 0fe0a945ec25a9ed54527a51bca0cd2a5e9370d3..fc916739d013b0f1660cbaecd5670da443869c4c 100644 (file)
@@ -355,8 +355,8 @@ 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 existing buffers to
-PROJECT root using the value of `default-directory' in each one."
+The default implementation matches each buffer to PROJECT root using
+the buffer's value of `default-directory'."
   (let ((root (expand-file-name (file-name-as-directory (project-root project))))
         bufs)
     (dolist (buf (buffer-list))