From 16d77b31c5024e9288dfd2f25f8eb6d0114a342c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 2 Jul 2023 02:00:00 +0200 Subject: [PATCH] doc: Fix some cgit-configuration typos(?). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/guix.texi (Version Control Services): Fix lost ‘cgit-repo’s. --- doc/guix.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 0f2ffcc696..0cdc528c1c 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36904,7 +36904,8 @@ Defaults to @samp{'()}. @end deftypevr @deftypevr {@code{cgit-configuration} parameter} file-object readme -Text which will be used as default value for @code{cgit-repo-readme}. +Text which will be used as default @code{repository-cgit-configuration} +@code{readme}. Defaults to @samp{""}. @@ -37069,7 +37070,7 @@ Defaults to @samp{"/"}. @end deftypevr @deftypevr {@code{cgit-configuration} parameter} repository-cgit-configuration-list repositories -A list of @dfn{cgit-repo} records to use with config. +A list of @code{repository-cgit-configuration} records. Defaults to @samp{'()}.