mbox series

[bug#60634,0/3,DOCUMENTATION] Use @defvar for Scheme variables.

Message ID cover.1673119747.git.mirai@makinata.eu
Headers show
Series Use @defvar for Scheme variables. | expand

Message

Bruno Victal Jan. 7, 2023, 7:39 p.m. UTC
It is implicit that most of the variables that are mentioned in
the Guix manual are Scheme variables, this patch-set normalizes
the @-commands used to describe them.

Bruno Victal (3):
  doc: Fix incorrect use of @defvar.
  doc: Use @defvar instead of @defvr for Scheme variables.
  doc: Substitute @deffn usage with @defvar for Scheme variables.

 doc/guix.texi | 1108 ++++++++++++++++++++++++-------------------------
 1 file changed, 554 insertions(+), 554 deletions(-)


base-commit: 7f9672660733c0e1bda2bf4761cc0ae443ece824

Comments

Ludovic Courtès Jan. 23, 2023, 10:55 p.m. UTC | #1
Hi,

Bruno Victal <mirai@makinata.eu> skribis:

> It is implicit that most of the variables that are mentioned in
> the Guix manual are Scheme variables, this patch-set normalizes
> the @-commands used to describe them.

Yes, that makes sense to me; pushed!

  f912d5c740 doc: Substitute @deffn usage with @defvar for Scheme variables.
  f88e855f9f doc: Use @defvar instead of @defvr for Scheme variables.
  d2454e91b3 doc: Fix incorrect use of @defvar.

Now we’ll have to adjust to the new convention…

Thanks,
Ludo’.