mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: glkterm: Use @code in description.
* gnu/packages/games.scm (glkterm)[description]: Use @code.
This commit is contained in:
parent
ddce090306
commit
dbe7095b46
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ (define glkterm
|
|||
primarily designed for interactive fiction, but it should be suitable for many
|
||||
interactive text utilities, particularly those based on a command line.
|
||||
This is an implementation of the Glk library which runs in a terminal window,
|
||||
using the curses.h library for screen control.")
|
||||
using the @code{curses.h} library for screen control.")
|
||||
(license (license:fsf-free "file://README"))))
|
||||
|
||||
(define-public glulxe
|
||||
|
|
Loading…
Reference in a new issue