diff mbox series

[bug#52056] gnu: sbcl-terminal-size: Fix formatting of description.

Message ID PU1PR01MB2155855C9B0427DEE33FBC908D609@PU1PR01MB2155.apcprd01.prod.exchangelabs.com
State Accepted
Headers show
Series [bug#52056] gnu: sbcl-terminal-size: Fix formatting of description. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Foo Chuan Wei Nov. 23, 2021, 1:08 p.m. UTC
* 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(-)


base-commit: fddd5f6242b7ceed9242601fd9408b9517dcf243

Comments

Guillaume Le Vaillant Nov. 23, 2021, 1:26 p.m. UTC | #1
Patch pushed as 8452c5d1f44b6fb6456409d9c51a3a32a7860b9c.
Thanks.
diff mbox series

Patch

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))))