diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:52:50 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-05-01 18:53:31 -0700 |
commit | 743a32a153a8b77c379b33b204cf7ae30d9edd2b (patch) | |
tree | affc0c34d6f62d4a23d09720814d37029c61ae97 /test/lisp/vc/vc-tests.el | |
parent | 3707f609cb8017371610a5e2233bd8478416217c (diff) | |
download | emacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.gz |
; Spelling and quoting fixes
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 |