[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52056] [PATCH] gnu: sbcl-terminal-size: Fix formatting of descripti
From: |
Foo Chuan Wei |
Subject: |
[bug#52056] [PATCH] gnu: sbcl-terminal-size: Fix formatting of description. |
Date: |
Tue, 23 Nov 2021 13:08:42 +0000 |
* gnu/packages/lisp-xyz.scm (sbcl-terminal-size)[description]:
Fix formatting of description.
---
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 bb697c4c60..a9ec3adf62 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))))
base-commit: fddd5f6242b7ceed9242601fd9408b9517dcf243
--
2.25.1
- [bug#52056] [PATCH] gnu: sbcl-terminal-size: Fix formatting of description.,
Foo Chuan Wei <=