guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-terminal-size: Fix formatting of descri


From: guix-commits
Subject: branch master updated: gnu: sbcl-terminal-size: Fix formatting of description.
Date: Tue, 23 Nov 2021 08:26:43 -0500

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8452c5d  gnu: sbcl-terminal-size: Fix formatting of description.
8452c5d is described below

commit 8452c5d1f44b6fb6456409d9c51a3a32a7860b9c
Author: Foo Chuan Wei <chuanwei.foo@hotmail.com>
AuthorDate: Tue Nov 23 13:08:42 2021 +0000

    gnu: sbcl-terminal-size: Fix formatting of description.
    
    * gnu/packages/lisp-xyz.scm (sbcl-terminal-size)[description]:
      Fix formatting of description.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index bb697c4..a9ec3ad 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18632,7 +18632,7 @@ tasks in Common Lisp.  It is fork of SWANK-BACKEND.")
       (home-page "https://github.com/eudoxia0/terminal-size";)
       (synopsis "Get the size of the terminal from Common Lisp")
       (description
-       "This package provides the @{(terminal-size:size)} function to get the
+       "This package provides the @code{terminal-size:size} function to get the
 size of the terminal from Common Lisp.")
       (license license:expat))))
 



reply via email to

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