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 13248a36509..c54fe144b7d 100644 --- a/test/lisp/vc/vc-tests.el +++ b/test/lisp/vc/vc-tests.el @@ -122,7 +122,7 @@ Don't set it globally, the functions should be let-bound.") (defun vc-test--revision-granularity-function (backend) - "Run the `vc-revision-granularity' backend function." + "Run the `revision-granularity' backend function." (vc-call-backend backend 'revision-granularity)) (defun vc-test--create-repo-function (backend) |