From: Eli Zaretskii Date: Fri, 4 Nov 2022 13:56:30 +0000 (+0200) Subject: ; * lisp/progmodes/project.el (project-buffers): Doc fix. X-Git-Tag: emacs-29.0.90~1616^2~313 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcb11202acdecfd3ce504cc8faaf1ba103bbfb45;p=emacs.git ; * lisp/progmodes/project.el (project-buffers): Doc fix. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 0fe0a945ec2..fc916739d01 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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))