From caca15a42d0228a40c10aa61b3440594a9ae80a8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 5 Mar 2026 19:43:16 +0200 Subject: [PATCH] ; * doc/emacs/vc1-xtra.texi (General VC Options): Fix a typo. --- doc/emacs/vc1-xtra.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/emacs/vc1-xtra.texi b/doc/emacs/vc1-xtra.texi index 1037bad3c3f..07dd61b32a0 100644 --- a/doc/emacs/vc1-xtra.texi +++ b/doc/emacs/vc1-xtra.texi @@ -897,7 +897,7 @@ when the commands finish. If the variable has any other non-@code{nil} value, Emacs both logs and displays these messages. @vindex vc-display-failed-async-commands - VC mode runs certain shall commands asynchronously, allowing you to + VC mode runs certain shell commands asynchronously, allowing you to continue to use Emacs for other purposes while the command completes. This is mostly used for commands which access the network, such as pulling and pushing for distributed VCS (@pxref{Pulling / Pushing}).