diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:43:19 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-23 05:49:22 +0100 |
commit | 5e8c62ffcae473b89e268e0081d4041fb19abef7 (patch) | |
tree | a091dfb0a81648ac56e3df27d434ebe3edf0b4a3 /test/lisp/vc/vc-tests.el | |
parent | 17ed39cc8da1681bffc67907d3a76ef3d75917fd (diff) | |
download | emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.gz emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.tar.bz2 emacs-5e8c62ffcae473b89e268e0081d4041fb19abef7.zip |
; Fix typos
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) |