diff options
| author | Mattias EngdegÄrd | 2024-03-29 11:53:56 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2024-03-29 11:53:56 +0100 |
| commit | 2f0df93d8ca0a8d4d6b040458661b8eb21fc39e9 (patch) | |
| tree | 879dd09bf059354cbb3122387f07fec77d643e5f /test | |
| parent | b20866c4b3aa1446efda252bd5c3fa54f68c5d7f (diff) | |
| download | emacs-2f0df93d8ca0a8d4d6b040458661b8eb21fc39e9.tar.gz emacs-2f0df93d8ca0a8d4d6b040458661b8eb21fc39e9.zip | |
; * test/lisp/vc/vc-git-tests.el: bend doc string quote
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/vc/vc-git-tests.el | 2 |
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 | |||
| 91 | directory will be deleted. | 91 | directory will be deleted. |
| 92 | 92 | ||
| 93 | Some dummy environment variables will be set for the duration of BODY to | 93 | Some dummy environment variables will be set for the duration of BODY to |
| 94 | allow 'git commit' to determine identities for authors and committers." | 94 | allow `git commit' to determine identities for authors and committers." |
| 95 | (declare (indent 1)) | 95 | (declare (indent 1)) |
| 96 | `(ert-with-temp-directory ,name | 96 | `(ert-with-temp-directory ,name |
| 97 | (let ((default-directory ,name) | 97 | (let ((default-directory ,name) |