projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2386865
)
; Minor rephrase
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 4 Nov 2022 10:40:50 +0000
(12:40 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 4 Nov 2022 10:41:00 +0000
(12:41 +0200)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index 6d062aa8fa4a851c8330b43bdafc9f0ab3f87320..0fe0a945ec25a9ed54527a51bca0cd2a5e9370d3 100644
(file)
--- 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)