diff options
Diffstat (limited to 'test/lisp/vc/vc-tests.el')
-rw-r--r-- | test/lisp/vc/vc-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/vc/vc-tests.el b/test/lisp/vc/vc-tests.el index ac10ce2337a..8dc72cd7c81 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -214,7 +214,7 @@ For backends which don't support it, `vc-not-supported' is signalled." (vc-file-clearprops file))) (defmacro vc-test--run-maybe-unsupported-function (func &rest args) - "Run FUNC withs ARGS as arguments. + "Run FUNC with ARGS as arguments. Catch the `vc-not-supported' error." `(let (err) (condition-case err |