From: Dmitry Gutov Date: Sun, 12 Jul 2020 00:46:37 +0000 (+0300) Subject: project-kill-buffers: Update the docstring too X-Git-Tag: emacs-28.0.90~7018 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a467f759151a0638acef3685d4e19e11b745e5b;p=emacs.git project-kill-buffers: Update the docstring too * lisp/progmodes/project.el (project-kill-buffers): Copy a sentence over from project-switch-to-buffer. --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 293ef0b3508..5be89b9ceb6 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -860,6 +860,8 @@ any of the conditions will not be killed." ;;;###autoload (defun project-kill-buffers () "Kill all live buffers belonging to the current project. +Two buffers belong to the same project if their project instances, +as reported by `project-current' in each buffer, are identical. Certain buffers may be \"spared\", see `project-kill-buffers-ignores'." (interactive) (let ((pr (project-current t)) bufs)