From: Eli Zaretskii Date: Sun, 30 Jun 2024 12:06:06 +0000 (+0300) Subject: ; Update NEWS and corresponding manuals X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7296be9ce28db6d10b4a76a36b497ca04237db21;p=emacs.git ; Update NEWS and corresponding manuals * etc/NEWS: Improve wording and mark entries as approriate. * doc/emacs/buffers.texi (Kill Buffer): Document new commands. * doc/emacs/mini.texi (Completion Options, Completion Commands): Document new completion options and behaviors. (cherry picked from commit f50167ab95ecd151afab12f9226885599be6cee2) --- diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index b88555d9989..73082b2588d 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -316,6 +316,8 @@ Kill buffer @var{buffer} (@code{kill-buffer}). Offer to kill each buffer, one by one. @item M-x kill-matching-buffers Offer to kill all buffers matching a regular expression. +@item M-x kill-matching-buffers-no-ask +Like @code{kill-matching-buffers}, but don't ask for confirmation. @end table @findex kill-buffer @@ -337,13 +339,16 @@ by one. An answer of @kbd{yes} means to kill the buffer, just like with a space, which are used internally by Emacs. @findex kill-matching-buffers +@findex kill-matching-buffers-no-ask The command @kbd{M-x kill-matching-buffers} prompts for a regular expression and kills all buffers whose names match that expression. -@xref{Regexps}. Like @code{kill-some-buffers}, it asks for -confirmation before each kill. This command normally ignores buffers -whose names begin with a space, which are used internally by Emacs. -To kill internal buffers as well, call @code{kill-matching-buffers} -with a prefix argument. +@xref{Regexps}. Like @code{kill-some-buffers}, it asks for confirmation +before each kill. This command normally ignores buffers whose names +begin with a space, which are used internally by Emacs. To kill +internal buffers as well, call @code{kill-matching-buffers} with a +prefix argument. The command @w{@kbd{M-x kill-matching-buffers-no-ask}} +works like @code{kill-matching-buffers}, but doesn't ask for +confirmation before killing each matching buffer. The Buffer Menu feature is also convenient for killing various buffers. @xref{Several Buffers}.