From: Lars Ingebrigtsen Date: Sun, 11 Oct 2020 21:51:22 +0000 (+0200) Subject: Fix error in file shortdoc group X-Git-Tag: emacs-28.0.90~5671 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d5c811279be1b7025ac3bcb0413542aa2eab6ba6;p=emacs.git Fix error in file shortdoc group * lisp/emacs-lisp/shortdoc.el (number): Add some more numeric stuff (and clean up some arglists). --- 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