guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: services: console-font: Fix docstring.


From: guix-commits
Subject: 03/04: services: console-font: Fix docstring.
Date: Sun, 22 Mar 2020 19:08:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ae5c4a92923b2adeebd9d2b6d89976e73cfcfc7a
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Mar 22 21:58:03 2020 +0100

    services: console-font: Fix docstring.
    
    * gnu/services/base.scm (console-font-service-type): Use quasiquote and
    unquote appropriately in docstring.
---
 gnu/services/base.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 669a03b..8d9a563 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -817,13 +817,13 @@ tty/font pairs.  The font can be the name of a font 
provided by the @code{kbd}
 package or any valid argument to @command{setfont}, as in this example:
 
 @example
-'((\"tty1\" . \"LatGrkCyr-8x16\")
-  (\"tty2\" . (file-append
-                font-tamzen
-                \"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
-  (\"tty3\" . (file-append
-                font-terminus
-                \"/share/consolefonts/ter-132n\"))) ; for HDPI
+`((\"tty1\" . \"LatGrkCyr-8x16\")
+  (\"tty2\" . ,(file-append
+                 font-tamzen
+                 \"/share/kbd/consolefonts/TamzenForPowerline10x20.psf\"))
+  (\"tty3\" . ,(file-append
+                 font-terminus
+                 \"/share/consolefonts/ter-132n\"))) ; for HDPI
 @end example\n")))
 
 (define* (console-font-service tty #:optional (font "LatGrkCyr-8x16"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]