diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-10-11 23:51:22 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-10-11 23:51:26 +0200 |
commit | d5c811279be1b7025ac3bcb0413542aa2eab6ba6 (patch) | |
tree | 38d36f087bcd484631afde019bb65aff10a9da1a /lisp/emacs-lisp/shortdoc.el | |
parent | 562686ca60ca4a5de48ba37b7a8ec98c9eb66550 (diff) | |
download | emacs-d5c811279be1b7025ac3bcb0413542aa2eab6ba6.tar.gz emacs-d5c811279be1b7025ac3bcb0413542aa2eab6ba6.tar.bz2 emacs-d5c811279be1b7025ac3bcb0413542aa2eab6ba6.zip |
Fix error in file shortdoc group
* lisp/emacs-lisp/shortdoc.el (number): Add some more numeric
stuff (and clean up some arglists).
Diffstat (limited to 'lisp/emacs-lisp/shortdoc.el')
-rw-r--r-- | lisp/emacs-lisp/shortdoc.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |