; Add missing markup to new documentation
* doc/emacs/package.texi (Fetching Package Sources): Mark code as code.
This commit is contained in:
parent
2ce279680b
commit
6cb963b73c
1 changed files with 4 additions and 2 deletions
|
@ -685,11 +685,13 @@ an Org file.
|
|||
@item :make
|
||||
A string or list of strings providing the target or targets defined in
|
||||
the repository Makefile which should run before building the Info
|
||||
file. Only takes effect when package-vc-allow-side-effects is non-nil.
|
||||
file. Only takes effect when @code{package-vc-allow-side-effects} is
|
||||
non-nil.
|
||||
|
||||
@item :shell-command
|
||||
A string providing the shell command to run before building the Info
|
||||
file. Only takes effect when package-vc-allow-side-effects is non-nil.
|
||||
file. Only takes effect when @code{package-vc-allow-side-effects} is
|
||||
non-@code{nil}.
|
||||
|
||||
@item :vc-backend
|
||||
A symbol naming the VC backend to use for downloading a copy of the
|
||||
|
|
Loading…
Add table
Reference in a new issue