branch: externals/vc-jj
commit 3aeb10fb2072ee54a898f88c58a54d04b6917a75
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>

    Add :type to `vc-jj-root-log-format`
---
 vc-jj.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vc-jj.el b/vc-jj.el
index c09c5f0699..bfae8df51a 100644
--- a/vc-jj.el
+++ b/vc-jj.el
@@ -163,7 +163,8 @@ KEYWORDS is a list of font lock keywords (see
 highlighting the Log View buffer.
 
 REGEXP may define capture groups that KEYWORDS can use to fontify
-various regions of the Log View buffer.")
+various regions of the Log View buffer."
+  :type '(list string regexp (repeat sexp)))
 
 (defcustom vc-jj-global-switches '("--no-pager" "--color" "never")
   "Global switches to pass to any jj command."

Reply via email to