]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update NEWS and corresponding manuals
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Jun 2024 12:06:06 +0000 (15:06 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 1 Jul 2024 07:52:09 +0000 (09:52 +0200)
* 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)

doc/emacs/buffers.texi

index b88555d9989a5178f97002dc93a2f164c57b5a46..73082b2588dc60235c7a3dcf6ca884b798d2b01b 100644 (file)
@@ -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}.