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 8dc72cd7c81..b54a45dd323 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -206,7 +206,7 @@ For backends which dont support it, it is emulated." ;; FIXME: Why isn't there `vc-unregister'? (defun vc-test--unregister-function (backend file) "Run the `vc-unregister' backend function. -For backends which don't support it, `vc-not-supported' is signalled." +For backends which don't support it, `vc-not-supported' is signaled." ;; CVS, SVN, SCCS, SRC and Mtn are not supported, and will signal ;; `vc-not-supported'. (prog1 |