summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/lisp/vc/vc-git-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-git-tests.el b/test/lisp/vc/vc-git-tests.el
index bbf0c4277dd..f15a0f52e8c 100644
--- a/test/lisp/vc/vc-git-tests.el
+++ b/test/lisp/vc/vc-git-tests.el
@@ -91,7 +91,7 @@ will be bound to that directory's file name. Once BODY exits, the
directory will be deleted.
Some dummy environment variables will be set for the duration of BODY to
-allow 'git commit' to determine identities for authors and committers."
+allow `git commit' to determine identities for authors and committers."
(declare (indent 1))
`(ert-with-temp-directory ,name
(let ((default-directory ,name)