; * lisp/progmodes/project.el (project-buffers): Doc fix.
This commit is contained in:
parent
fd3f51b7c3
commit
dcb11202ac
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue