summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorFoo Chuan Wei <chuanwei.foo@hotmail.com>2021-11-23 13:08:42 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-11-23 14:22:43 +0100
commit8452c5d1f44b6fb6456409d9c51a3a32a7860b9c (patch)
tree1d5c4a3368e2d5f5ccd97e9747b59b8941041d7d /gnu/packages/lisp-xyz.scm
parentfddd5f6242b7ceed9242601fd9408b9517dcf243 (diff)
downloadguix-patches-8452c5d1f44b6fb6456409d9c51a3a32a7860b9c.tar
guix-patches-8452c5d1f44b6fb6456409d9c51a3a32a7860b9c.tar.gz
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>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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))))