[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62799: [PATCH] doc: Quote all list values.
From: |
pelzflorian (Florian Pelz) |
Subject: |
bug#62799: [PATCH] doc: Quote all list values. |
Date: |
Tue, 30 May 2023 17:33:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Thank you Ludo for the LGTM.
Closing. Pushed as
718eb551048ac0de520963251d5a651682676d8b without a quoting that Sergey
Trofimov already fixed and with two new quotings:
diff --git a/doc/guix.texi b/doc/guix.texi
index 47b2b8ba62..9967d85f65 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22446,7 +22446,7 @@ X Window
@item @code{resolutions} (default: @code{'()})
When @code{resolutions} is the empty list, Xorg chooses an appropriate screen
-resolution. Otherwise, it must be a list of resolutions---e.g., @code{((1024
+resolution. Otherwise, it must be a list of resolutions---e.g., @code{'((1024
768) (640 480))}.
@cindex keyboard layout, for Xorg
@@ -43571,7 +43571,7 @@ Mail Home Services
@item @code{defaults} (type: msmtp-configuration)
The configuration that will be set as default for all accounts.
-@item @code{accounts} (default: @code{()}) (type: list-of-msmtp-accounts)
+@item @code{accounts} (default: @code{'()}) (type: list-of-msmtp-accounts)
A list of @code{msmtp-account} records which contain information about
all your accounts.