diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2022-11-04 12:40:50 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2022-11-04 12:41:00 +0200 |
commit | a248eb3d184d018795461b5d1a27a373fda4bce8 (patch) | |
tree | cb3ff152c4b6f627acaaa49419ba5e3ba60cd429 /lisp | |
parent | 23868658a20b66d40ed7aa9e9af3c1da141d511e (diff) | |
download | emacs-a248eb3d184d018795461b5d1a27a373fda4bce8.tar.gz emacs-a248eb3d184d018795461b5d1a27a373fda4bce8.tar.bz2 emacs-a248eb3d184d018795461b5d1a27a373fda4bce8.zip |
; Minor rephrase
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/project.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 6d062aa8fa4..0fe0a945ec2 100644 --- 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) |