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>
This commit is contained in:
Foo Chuan Wei 2021-11-23 13:08:42 +00:00 committed by Guillaume Le Vaillant
parent fddd5f6242
commit 8452c5d1f4
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -18632,7 +18632,7 @@ (define-public sbcl-terminal-size
(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))))