mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-13 01:20:28 -08:00
Fix error in file shortdoc group
* lisp/emacs-lisp/shortdoc.el (number): Add some more numeric stuff (and clean up some arglists).
This commit is contained in:
parent
562686ca60
commit
d5c811279b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue