emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d5c8112: Fix error in file shortdoc group


From: Lars Ingebrigtsen
Subject: master d5c8112: Fix error in file shortdoc group
Date: Sun, 11 Oct 2020 17:51:32 -0400 (EDT)

branch: master
commit d5c811279be1b7025ac3bcb0413542aa2eab6ba6
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 eaa4ece..f6309c7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]