]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/vc/vc-git-tests.el: bend doc string quote
authorMattias EngdegÄrd <mattiase@acm.org>
Fri, 29 Mar 2024 10:53:56 +0000 (11:53 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 29 Mar 2024 12:33:56 +0000 (13:33 +0100)
(cherry picked from commit 2f0df93d8ca0a8d4d6b040458661b8eb21fc39e9)

test/lisp/vc/vc-git-tests.el

index bbf0c4277dd54a1db2acbfab09a433fafb1772d1..f15a0f52e8c662e7558fb222155398752b328b8a 100644 (file)
@@ -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)