aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc/vc-annotate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-annotate.el b/lisp/vc/vc-annotate.el
index 70057a6aac7..d83660f9d79 100644
--- a/lisp/vc/vc-annotate.el
+++ b/lisp/vc/vc-annotate.el
@@ -330,7 +330,7 @@ cover the range from the oldest annotation to the newest."
330 ["Show changeset diff of revision at line" 330 ["Show changeset diff of revision at line"
331 vc-annotate-show-changeset-diff-revision-at-line 331 vc-annotate-show-changeset-diff-revision-at-line
332 :enable 332 :enable
333 (eq 'repository (vc-call-backend ,vc-annotate-backend 'revision-granularity)) 333 (eq 'repository (vc-call-backend vc-annotate-backend 'revision-granularity))
334 :help "Visit the diff of the revision at line from its previous revision"] 334 :help "Visit the diff of the revision at line from its previous revision"]
335 ["Visit revision at line" vc-annotate-find-revision-at-line 335 ["Visit revision at line" vc-annotate-find-revision-at-line
336 :help "Visit the revision identified in the current line"])) 336 :help "Visit the revision identified in the current line"]))