]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc-hooks.el (vc-call-backend): Improve docstring.
authorSean Whitton <spwhitton@spwhitton.name>
Fri, 4 Jul 2025 10:41:16 +0000 (11:41 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:16:20 +0000 (22:16 +0200)
In fact we don't use vc-call all that much.

(cherry picked from commit 76ae048b3f4a62bf933bedc835bd141089849bfd)

lisp/vc/vc-hooks.el

index 21f1df007df9d5f1c4e6d1d493308450df7f7164..dfda436292f70c9d19f2c239b59e915389c4b462 100644 (file)
@@ -270,7 +270,7 @@ and else calls
 
     (apply #\\='vc-default-FUN BACKEND ARGS)
 
-It is usually called via the `vc-call' macro."
+See also the `vc-call' macro."
   (let ((f (assoc function-name (get backend 'vc-functions))))
     (if f (setq f (cdr f))
       (setq f (vc-find-backend-function backend function-name))