]> code.delx.au - gnu-emacs/blobdiff - test/lisp/vc/vc-tests.el
Fix shr.el/image build problem
[gnu-emacs] / test / lisp / vc / vc-tests.el
index ac10ce2337a3e8d9ca03adab9b159af154349d3e..8dc72cd7c8120875fb51303b30075ae868e7ad3d 100644 (file)
@@ -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