branch: externals/vc-hgcmd
commit 601fe6ddebd8346105400fb5ec827c9824a05f6f
Author: muffinmad <[email protected]>
Commit: muffinmad <[email protected]>
Fixed docstring of vc-hgcmd--current-command
---
vc-hgcmd.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index 0b7f8ed..a99732d 100644
--- a/vc-hgcmd.el
+++ b/vc-hgcmd.el
@@ -180,7 +180,7 @@ same branch was merged."
(cl-defstruct (vc-hgcmd--command (:copier nil)) command output-buffer
skip-error result-code wait callback callback-args)
(defvar-local vc-hgcmd--current-command nil
- "Current running hgcmd command. Future commands will wait until the current
command will finish.")
+ "Current running hgcmd command.")
(put 'vc-hgcmd--current-command 'permanent-local t)
(defvar-local vc-hgcmd--encoding 'utf-8