From: Lars Ingebrigtsen Date: Fri, 14 Aug 2020 17:03:52 +0000 (+0200) Subject: Mop up project-kill-buffers-ignores renaming X-Git-Tag: emacs-28.0.90~6584^2~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a56f6b5a271aef5acbbc3d2661aac9bf1c6c989;p=emacs.git Mop up project-kill-buffers-ignores renaming * doc/emacs/maintaining.texi (Project Buffer Commands): Update project-kill-buffers-ignores that was renamed recently (bug#41868) (in 2ab66c9f9be923350f123fdea05b5b3ce8283d8a). --- diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 43ec2d4e9f2..594fdcf3f95 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -1793,12 +1793,12 @@ for a buffer to switch and considering only the current project's buffers as candidates for completion. @findex project-kill-buffers -@vindex project-kill-buffers-ignores +@vindex project-kill-buffer-conditions When you finish working on the project, you may wish to kill all the buffers that belong to the project, to keep your Emacs session smaller. The command @kbd{C-x p k} (@code{project-kill-buffers}) accomplishes that: it kills all the buffers that belong to the current -project, except if @code{project-kill-buffers-ignores} tells +project, except if @code{project-kill-buffer-conditions} tells otherwise. @node Switching Projects