mbox series

[bug#62042,0/4] Harmonize @-commands used in doc/guix.texi

Message ID cover.1678237929.git.mirai@makinata.eu
Headers show
Series Harmonize @-commands used in doc/guix.texi | expand

Message

Bruno Victal March 8, 2023, 1:19 a.m. UTC
In a similar vein to the work done in #60634, in most cases it's
implicit that we're dealing with Scheme procedures. This patchset
normalizes the @-commands for procedures and corrects some incongruencies
missed in the #60634 patch-series.

Bruno Victal (4):
  doc: Fix incorrect @deffn usage for service-types.
  doc: Fix incorrect @deffn usage for data types.
  doc: Use @defun for procedures.
  doc: Use @defmac and @defspec for macros.

 doc/guix.texi | 633 ++++++++++++++++++++++++--------------------------
 1 file changed, 301 insertions(+), 332 deletions(-)

Comments

Ludovic Courtès March 13, 2023, 2:06 p.m. UTC | #1
Hi Bruno,

Bruno Victal <mirai@makinata.eu> skribis:

> In a similar vein to the work done in #60634, in most cases it's
> implicit that we're dealing with Scheme procedures. This patchset
> normalizes the @-commands for procedures and corrects some incongruencies
> missed in the #60634 patch-series.
>
> Bruno Victal (4):
>   doc: Fix incorrect @deffn usage for service-types.
>   doc: Fix incorrect @deffn usage for data types.
>   doc: Use @defun for procedures.
>   doc: Use @defmac and @defspec for macros.

Applied.  Thanks again for tidying things up!

Ludo’.