From d5c811279be1b7025ac3bcb0413542aa2eab6ba6 Mon Sep 17 00:00:00 2001
From: Lars Ingebrigtsen <larsi@gnus.org>
Date: Sun, 11 Oct 2020 23:51:22 +0200
Subject: [PATCH] Fix error in file shortdoc group

* lisp/emacs-lisp/shortdoc.el (number): Add some more numeric
stuff (and clean up some arglists).
---
 lisp/emacs-lisp/shortdoc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/shortdoc.el b/lisp/emacs-lisp/shortdoc.el
index eaa4ece7b90..f6309c7652e 100644
--- a/lisp/emacs-lisp/shortdoc.el
+++ b/lisp/emacs-lisp/shortdoc.el
@@ -297,6 +297,7 @@ There can be any number of :example/:result elements."
    :no-eval (file-chase-links "/tmp/foo/bar")
    :eg-result "/tmp/foo/zot")
   (vc-responsible-backend
+   :args (file &optional no-error)
    :no-eval (vc-responsible-backend "/src/foo/bar.c")
    :eg-result Git)
   (file-acl
-- 
2.39.5