]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix error in file shortdoc group
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 21:51:22 +0000 (23:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 21:51:26 +0000 (23:51 +0200)
* lisp/emacs-lisp/shortdoc.el (number): Add some more numeric
stuff (and clean up some arglists).

lisp/emacs-lisp/shortdoc.el

index eaa4ece7b90c66a16c3c1222b11df75306e718c9..f6309c7652e79ebe1d53cea5d73d95084ce854ab 100644 (file)
@@ -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