diff mbox series

bug#62799: [PATCH] doc: Quote all list values.

Message ID 878rd5omub.fsf@pelzflorian.de
State New
Headers show
Series bug#62799: [PATCH] doc: Quote all list values. | expand

Commit Message

pelzflorian (Florian Pelz) May 30, 2023, 3:33 p.m. UTC
Thank you Ludo for the LGTM.

Closing.  Pushed as
718eb551048ac0de520963251d5a651682676d8b without a quoting that Sergey
Trofimov already fixed and with two new quotings:
diff mbox series

Patch

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.