projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
562686c
)
Fix error in file shortdoc group
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 11 Oct 2020 21:51:22 +0000
(23:51 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shortdoc.el
b/lisp/emacs-lisp/shortdoc.el
index eaa4ece7b90c66a16c3c1222b11df75306e718c9..f6309c7652e79ebe1d53cea5d73d95084ce854ab 100644
(file)
--- 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