[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 6cb963b73c3: ; Add missing markup to new documentation
From: |
Philip Kaludercic |
Subject: |
master 6cb963b73c3: ; Add missing markup to new documentation |
Date: |
Tue, 16 May 2023 15:29:09 -0400 (EDT) |
branch: master
commit 6cb963b73c3768958e13e96b2534d1e99239a3ff
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
; Add missing markup to new documentation
* doc/emacs/package.texi (Fetching Package Sources): Mark code as
code.
---
doc/emacs/package.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 4f606b22e54..1229557673d 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 6cb963b73c3: ; Add missing markup to new documentation,
Philip Kaludercic <=