[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 2f0df93d8ca 9/9: ; * test/lisp/vc/vc-git-tests.el: bend doc strin
From: |
Mattias Engdegård |
Subject: |
master 2f0df93d8ca 9/9: ; * test/lisp/vc/vc-git-tests.el: bend doc string quote |
Date: |
Fri, 29 Mar 2024 06:55:18 -0400 (EDT) |
branch: master
commit 2f0df93d8ca0a8d4d6b040458661b8eb21fc39e9
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * test/lisp/vc/vc-git-tests.el: bend doc string quote
---
test/lisp/vc/vc-git-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
- master updated (c3684b97885 -> 2f0df93d8ca), Mattias Engdegård, 2024/03/29
- master 1232ab31c65 1/9: Add `value<` (bug#69709), Mattias Engdegård, 2024/03/29
- master cbd862865ff 7/9: Remove `sort-on` (bug#69709), Mattias Engdegård, 2024/03/29
- master 92d659ce6cd 6/9: Use new-style `sort` signature in Lisp manual examples, Mattias Engdegård, 2024/03/29
- master deae3112815 4/9: Speed up `sort` by special-casing the `value<` ordering, Mattias Engdegård, 2024/03/29
- master 2f0df93d8ca 9/9: ; * test/lisp/vc/vc-git-tests.el: bend doc string quote,
Mattias Engdegård <=
- master a52f1121a35 2/9: Add back timsort key function handling (bug#69709), Mattias Engdegård, 2024/03/29
- master ae5f2c02bd2 3/9: New `sort` keyword arguments (bug#69709), Mattias Engdegård, 2024/03/29
- master b20866c4b3a 8/9: Better `sort` ignored-return-value warning, Mattias Engdegård, 2024/03/29
- master 45941a62c79 5/9: Faster non-destructive list sorting, Mattias Engdegård, 2024/03/29